summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-18 06:11:53 +0000
committerrhp <rhp>2001-06-18 06:11:53 +0000
commit5fd26a273dc8fb6cb4b98dcb9883457d48544f45 (patch)
tree8fedca52eeab5a7f57dcea2d716ded9cd92bfc2b /src/ui.h
parentd090d9f284e27aee37062c0e2f926075dc5b9a06 (diff)
downloadmetacity-5fd26a273dc8fb6cb4b98dcb9883457d48544f45.tar.gz
...
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui.h b/src/ui.h
index 17c84395..240872f4 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -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);