From 38c10ceededcc1133b130c7e09b159f5296c5c59 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 6 Jan 2005 09:08:20 +0000 Subject: [PATCH] some debuggies SVN revision: 12795 --- legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c index 1781eb23b9..f645ba2a92 100644 --- a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c +++ b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c @@ -121,7 +121,7 @@ ecore_x_icccm_move_resize_send(Ecore_X_Window win, int x, int y, int w, int h) ev.xconfigure.width = w; ev.xconfigure.height = h; ev.xconfigure.border_width = 0; - ev.xconfigure.above = win; + ev.xconfigure.above = None; ev.xconfigure.override_redirect = False; XSendEvent(_ecore_x_disp, win, False, StructureNotifyMask, &ev); }