summaryrefslogtreecommitdiff
path: root/src/menu.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-21 03:40:14 +0000
committerrhp <rhp>2001-06-21 03:40:14 +0000
commitf845819c1d3ce63a43f24580310daadf9f71abd7 (patch)
tree93af8a587abad3d683a3a793cb885312af3d425a /src/menu.h
parent12f01149ddb0ea1331974055d6c72cab44e38d81 (diff)
downloadmetacity-f845819c1d3ce63a43f24580310daadf9f71abd7.tar.gz
...
Diffstat (limited to 'src/menu.h')
-rw-r--r--src/menu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/menu.h b/src/menu.h
index 8a667781..de08979a 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -23,13 +23,13 @@
#define META_MENU_H
#include <gtk/gtk.h>
-#include "messages.h"
-void meta_window_menu_show (gulong xwindow,
+#include "frames.h"
+
+void meta_window_menu_show (MetaFrames *frames,
+ MetaUIFrame *frame,
int root_x,
int root_y,
int button,
- MetaMessageWindowMenuOps ops,
- MetaMessageWindowMenuOps insensitive,
guint32 timestamp);
void meta_window_menu_hide (void);