X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ffullscreen.c;h=6907cab563ee0dd6d92ff3247a8091a164202f26;hb=6eb740cf119b14903afa3028e108dd98c57ff926;hp=ea5081a270d838a2628f229145880962b6255391;hpb=4d510a8a922c90a2076e2a222e499f033e627eb8;p=chaz%2Fopenbox diff --git a/tests/fullscreen.c b/tests/fullscreen.c index ea5081a2..6907cab5 100644 --- a/tests/fullscreen.c +++ b/tests/fullscreen.c @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + fullscreen.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 #include @@ -24,7 +42,7 @@ int main () { x, y, w, h, 10, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); XMapWindow(display, win); XFlush(display);