diff options
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index d67a7bc4328..244549fc54b 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -172,6 +172,13 @@ extern void xg_set_frame_icon (struct frame *f, Pixmap icon_pixmap, Pixmap icon_mask); +extern void xg_set_undecorated (struct frame *f, Lisp_Object undecorated); +extern void xg_frame_restack (struct frame *f1, struct frame *f2, bool above); +extern void xg_set_skip_taskbar (struct frame *f, Lisp_Object skip_taskbar); +extern void xg_set_no_focus_on_map (struct frame *f, Lisp_Object no_focus_on_map); +extern void xg_set_no_accept_focus (struct frame *f, Lisp_Object no_accept_focus); +extern void xg_set_override_redirect (struct frame *f, Lisp_Object override_redirect); + extern bool xg_prepare_tooltip (struct frame *f, Lisp_Object string, int *width, |