diff options
author | Elijah Newren <newren@src.gnome.org> | 2005-12-22 07:08:38 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-12-22 07:08:38 +0000 |
commit | 53cba6ed37cabfaf3b3efadf67e48f14ecd6f33f (patch) | |
tree | 627d703ce6db5b32a6605b349fa9e008e73057fb /src/display.h | |
parent | 7e821f37fd740f68e4d71823a60c5294c5713773 (diff) | |
download | metacity-53cba6ed37cabfaf3b3efadf67e48f14ecd6f33f.tar.gz |
Oops, I only meant to commit the changes to rationales.txt in the last commit
Diffstat (limited to 'src/display.h')
-rw-r--r-- | src/display.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/display.h b/src/display.h index 1e6b0282..c651c5e9 100644 --- a/src/display.h +++ b/src/display.h @@ -216,6 +216,11 @@ struct _MetaDisplay XErrorEvent *error); int server_grab_count; + /* This window holds the focus when we don't want to focus + * any actual clients + */ + Window no_focus_window; + /* for double click */ Time last_button_time; Window last_button_xwindow; @@ -408,9 +413,6 @@ void meta_display_register_x_window (MetaDisplay *display, MetaWindow *window); void meta_display_unregister_x_window (MetaDisplay *display, Window xwindow); -/* Return whether the xwindow is a no focus window for any of the screens */ -gboolean meta_display_xwindow_is_a_no_focus_window (MetaDisplay *display, - Window xwindow); GSList* meta_display_list_windows (MetaDisplay *display); @@ -537,7 +539,6 @@ void meta_display_set_input_focus_window (MetaDisplay *display, * same as meta_display_set_input_focus_window */ void meta_display_focus_the_no_focus_window (MetaDisplay *display, - MetaScreen *screen, Time timestamp); void meta_display_queue_autoraise_callback (MetaDisplay *display, |