X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=f61944b7bde4b2f008499c6117ec83eb848be9d7;hb=d77c8f62f2f908cfe1d09686a35dce1ccaf65aec;hp=5b7b932ad88fc266439a9f206f5f6683727c80f5;hpb=96f9db0d0c0ef9073be894162e5c6ea2db726b44;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 5b7b932a..f61944b7 100644 --- a/render/theme.h +++ b/render/theme.h @@ -1,8 +1,28 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + theme.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 __theme_h #define __theme_h #include "render.h" +G_BEGIN_DECLS + typedef struct _RrTheme RrTheme; struct _RrTheme { @@ -169,4 +189,6 @@ struct _RrTheme { RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme); void RrThemeFree(RrTheme *theme); +G_END_DECLS + #endif