summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-03-19 14:21:45 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-03-19 14:24:53 +0200
commitf09967fc0f1d65fc7b5057b362b9657154a86079 (patch)
treea4856101211b09c94c5b124c5605439a2b9a6074 /src/core/window-private.h
parent7c8e6f765db867babbcea095744d4923dd64d818 (diff)
downloadmetacity-f09967fc0f1d65fc7b5057b362b9657154a86079.tar.gz
window: send synthetic ConfigureNotify events
We might receive ConfigureRequest to change only window stacking order. According to ICCCM section 4.1.5 we should send synthetic ConfigureNotify event. https://bugzilla.gnome.org/show_bug.cgi?id=582580
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 77867c97..b74eba68 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -551,14 +551,6 @@ void meta_window_send_icccm_message (MetaWindow *window,
Atom atom,
guint32 timestamp);
-
-void meta_window_move_resize_request(MetaWindow *window,
- guint value_mask,
- int gravity,
- int x,
- int y,
- int width,
- int height);
gboolean meta_window_configure_request (MetaWindow *window,
XEvent *event);
gboolean meta_window_property_notify (MetaWindow *window,