X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgrouptran.c;h=320da2f638ea1899e2bd80ddd97d0fc533823ad6;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=6c62872ff6b82e31a149e1736637664ca8d151ca;hpb=1fdb434f5ddac7280676fbe91bed8a3d4d21b850;p=chaz%2Fopenbox diff --git a/tests/grouptran.c b/tests/grouptran.c index 6c62872f..320da2f6 100644 --- a/tests/grouptran.c +++ b/tests/grouptran.c @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- - modal.c for the Openbox window manager - Copyright (c) 2003 Ben Jansens + grouptran.c for the Openbox window manager + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -45,8 +45,8 @@ int main () { 0,0,100,100, 10, CopyFromParent, CopyFromParent, CopyFromParent, 0, 0); - XSetWindowBackground(display,one,WhitePixel(display,0)); - XSetWindowBackground(display,two,BlackPixel(display,0)); + XSetWindowBackground(display,one,WhitePixel(display,0)); + XSetWindowBackground(display,two,BlackPixel(display,0)); XSetTransientForHint(display, two, RootWindow(display,0)); @@ -59,7 +59,7 @@ int main () { XSetWMHints(display, two, wmhints); XFree(wmhints); - + XMapWindow(display, one); XMapWindow(display, two); XFlush(display);