X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframerender.h;h=162fa578fc9071d87d946389d50f0c7541816ffb;hb=HEAD;hp=9655a9326db41442f13af4eb7ae3e71fac0051f0;hpb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;p=chaz%2Fopenbox diff --git a/openbox/framerender.h b/openbox/framerender.h index 9655a932..162fa578 100644 --- a/openbox/framerender.h +++ b/openbox/framerender.h @@ -1,8 +1,26 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + framerender.h 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. +*/ + #ifndef __framerender_h #define __framerender_h -#include "frame.h" +struct _ObFrame; -void framerender_frame(Frame *self); +void framerender_frame(struct _ObFrame *self); #endif