diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 580b8cbe..0dac50d2 100644 --- a/src/window.h +++ b/src/window.h @@ -318,6 +318,9 @@ struct _MetaWindow /* set to the most recent user-interaction event timestamp that we know about for this window */ guint32 net_wm_user_time; + + /* window that gets updated net_wm_user_time values */ + Window user_time_window; /* The size we set the window to last (i.e. what we believe * to be its actual size on the server). The x, y are |