]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
update copyright step 2
[chaz/openbox] / render / theme.h
index 651f09e7141ef0ecd9c4acbd99e58f6fda964129..5190e07d534f78a67748fa265393b6e39bcd7789 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    theme.h for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -21,6 +22,8 @@
 
 #include "render.h"
 
+G_BEGIN_DECLS
+
 typedef struct _RrTheme RrTheme;
 
 struct _RrTheme {
@@ -187,4 +190,6 @@ struct _RrTheme {
 RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
 void RrThemeFree(RrTheme *theme);
 
+G_END_DECLS
+
 #endif
This page took 0.022783 seconds and 4 git commands to generate.