X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframerender.h;h=96f088af68bd1b8a7528182aa6778dfc7fdea6c3;hb=c4e4760c41f10aae6af19a4363cb247c71edee4b;hp=9655a9326db41442f13af4eb7ae3e71fac0051f0;hpb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;p=chaz%2Fopenbox diff --git a/openbox/framerender.h b/openbox/framerender.h index 9655a932..96f088af 100644 --- a/openbox/framerender.h +++ b/openbox/framerender.h @@ -1,8 +1,26 @@ +/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- + + framerender.h for the Openbox window manager + Copyright (c) 2003 Ben 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