]> Dogcows Code - chaz/openbox/blobdiff - tests/modal3.c
Merge branch 'master' into chaz
[chaz/openbox] / tests / modal3.c
index 8554e0ef8a9d2b60a46eedebc30da39cdee6a529..76c82196bdb51c578d07080d495f981cf9106ced 100644 (file)
@@ -1,7 +1,7 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    modal3.c for the Openbox window manager
-   Copyright (c) 2003        Ben Jansens
+   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
@@ -46,11 +46,11 @@ int main () {
                        x, y, w/2, h/2, 10, CopyFromParent, CopyFromParent,
                        CopyFromParent, 0, 0);
 
-  XSetWindowBackground(display,parent,WhitePixel(display,0)); 
-  XSetWindowBackground(display,child,BlackPixel(display,0)); 
+  XSetWindowBackground(display,parent,WhitePixel(display,0));
+  XSetWindowBackground(display,child,BlackPixel(display,0));
 
   XSetTransientForHint(display, child, parent);
-  
+
   XMapWindow(display, parent);
   XMapWindow(display, child);
   XFlush(display);
@@ -69,7 +69,7 @@ int main () {
   ce.xclient.data.l[0] = 0;
   XSendEvent(display, RootWindow(display, DefaultScreen(display)),
             False, SubstructureNotifyMask | SubstructureRedirectMask, &ce);
-  
+
   while (1) {
     XNextEvent(display, &report);
   }
This page took 0.0202059999999999 seconds and 4 git commands to generate.