diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ gboolean meta_ui_parse_accelerator (const char *accel, unsigned int *keysym, MetaVirtualModifier *mask); +gboolean meta_ui_window_is_widget (MetaUI *ui, + Window xwindow); + #include "tabpopup.h" #endif |