diff options
author | rhp <rhp> | 2001-06-21 03:40:14 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-21 03:40:14 +0000 |
commit | f845819c1d3ce63a43f24580310daadf9f71abd7 (patch) | |
tree | 93af8a587abad3d683a3a793cb885312af3d425a /src/menu.h | |
parent | 12f01149ddb0ea1331974055d6c72cab44e38d81 (diff) | |
download | metacity-f845819c1d3ce63a43f24580310daadf9f71abd7.tar.gz |
...
Diffstat (limited to 'src/menu.h')
-rw-r--r-- | src/menu.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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); |