diff options
author | rhp <rhp> | 2001-06-18 06:11:53 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-18 06:11:53 +0000 |
commit | 5fd26a273dc8fb6cb4b98dcb9883457d48544f45 (patch) | |
tree | 8fedca52eeab5a7f57dcea2d716ded9cd92bfc2b /src/ui.h | |
parent | d090d9f284e27aee37062c0e2f926075dc5b9a06 (diff) | |
download | mutter-5fd26a273dc8fb6cb4b98dcb9883457d48544f45.tar.gz |
...
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -23,7 +23,7 @@ #define META_UI_H /* Don't include gtk.h here */ -#include "window.h" +#include "common.h" typedef struct _MetaUI MetaUI; @@ -46,10 +46,6 @@ void meta_ui_remove_frame (MetaUI *ui, void meta_ui_reset_frame_bg (MetaUI *ui, Window xwindow); -void meta_ui_set_frame_flags (MetaUI *ui, - Window xwindow, - MetaFrameFlags flags); - void meta_ui_queue_frame_draw (MetaUI *ui, Window xwindow); |