diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index ca3bcdf5..f075c61e 100644 --- a/src/common.h +++ b/src/common.h @@ -74,7 +74,7 @@ typedef struct _MetaWindowMenu MetaWindowMenu; typedef void (* MetaWindowMenuFunc) (MetaWindowMenu *menu, Display *xdisplay, Window client_xwindow, - Time timestamp, + guint32 timestamp, MetaMenuOp op, int workspace, gpointer data); |