summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-22 23:21:46 +0000
committerDana Jansens <danakj@orodu.net>2007-05-22 23:21:46 +0000
commit206ad12bda6688bdd210f75b53b4989038f4e875 (patch)
tree2c3032a3b492a08c423d5c5fda48117c2b2ef647 /tests
parentdc752df2edc1fa6581fa86d22a57f7e8593e3213 (diff)
fix window gravity..
also less setting the wm_state hint redundantly
Diffstat (limited to 'tests')
-rw-r--r--tests/grav.c2
1 files changed, 1 insertions, 1 deletions
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);