diff options
Diffstat (limited to 'src/core/display-private.h')
-rw-r--r-- | src/core/display-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/display-private.h b/src/core/display-private.h index a311317a8..0e8142cf5 100644 --- a/src/core/display-private.h +++ b/src/core/display-private.h @@ -113,6 +113,9 @@ struct _MetaDisplay * or event that caused this. */ MetaWindow *focus_window; + /* For windows we've focused that don't necessarily have an X window, + * like the no_focus_window or the stage X window. */ + Window focus_xwindow; gulong focus_serial; /* last timestamp passed to XSetInputFocus */ |