X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Foverride.c;h=44c3a0035f5af44e4b2ba4188bb7b5aeebe9cc70;hb=403483db92a290c7f89ae6cdf27ffc18a7eccd35;hp=5f803da36b1f3b0545e18536a0aec7b319942131;hpb=3331a2a975216926dc0cf67b47a7f62a6a91d4a7;p=chaz%2Fopenbox diff --git a/tests/override.c b/tests/override.c index 5f803da3..44c3a003 100644 --- a/tests/override.c +++ b/tests/override.c @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + override.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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #include #include @@ -23,7 +41,7 @@ int main () { x, y, w, h, 10, CopyFromParent, CopyFromParent, CopyFromParent, xswamask, &xswa); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); XMapWindow(display, win); XFlush(display);