From 206ad12bda6688bdd210f75b53b4989038f4e875 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 23:21:46 +0000 Subject: fix window gravity.. also less setting the wm_state hint redundantly --- tests/grav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/grav.c b/tests/grav.c index 5aeed8bc..2fee306b 100644 --- a/tests/grav.c +++ b/tests/grav.c @@ -49,7 +49,7 @@ int main () { XMapWindow(display, win); XFlush(display); - XMoveResizeWindow(display, win, 960-1, 600-1, 600, 150); + XMoveResizeWindow(display, win, 1172-600, 668-150, 600, 150); /*XResizeWindow(display, win, 600, 150);*/ XSelectInput(display, win, ExposureMask | StructureNotifyMask); -- cgit v1.2.3