summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core.h b/src/core.h
index 574929d0..d1450a30 100644
--- a/src/core.h
+++ b/src/core.h
@@ -95,9 +95,11 @@ void meta_core_delete (Display *xdisplay,
Window frame_xwindow,
guint32 timestamp);
void meta_core_unshade (Display *xdisplay,
- Window frame_xwindow);
+ Window frame_xwindow,
+ guint32 timestamp);
void meta_core_shade (Display *xdisplay,
- Window frame_xwindow);
+ Window frame_xwindow,
+ guint32 timestamp);
void meta_core_unstick (Display *xdisplay,
Window frame_xwindow);
void meta_core_stick (Display *xdisplay,