]> Dogcows Code - chaz/openbox/blobdiff - tests/grouptran.c
Merge branch 'master' into chaz
[chaz/openbox] / tests / grouptran.c
index 6c62872ff6b82e31a149e1736637664ca8d151ca..320da2f638ea1899e2bd80ddd97d0fc533823ad6 100644 (file)
@@ -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);
This page took 0.020716 seconds and 4 git commands to generate.