Added meta_screen_(un)grab_all_keys() to keybindings.h.

This commit is contained in:
Tomas Frydrych 2009-02-02 16:53:38 +00:00
parent 5f9a4ab8cc
commit fc1ff18ca7

View File

@ -63,4 +63,7 @@ void meta_keybindings_switch_window (MetaDisplay *display,
XEvent *event, XEvent *event,
MetaKeyBinding *binding); MetaKeyBinding *binding);
void meta_screen_ungrab_all_keys (MetaScreen *screen, guint32 timestamp);
gboolean meta_screen_grab_all_keys (MetaScreen *screen, guint32 timestamp);
#endif #endif