gtk-engines r1293 - in trunk: . engines/clearlooks/src engines/industrial/src engines/mist/src engines/support engines/thinice/src



Author: bberg
Date: Sun Dec 14 13:58:54 2008
New Revision: 1293
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1293&view=rev

Log:
2008-12-14  Benjamin Berg  <benjamin sipsolutions net>

	* engines/*.h:
	* engines/*.c:
	Move everything to one header includes.
	Bug #563787, Patch by Luis Menia


Modified:
   trunk/ChangeLog
   trunk/engines/clearlooks/src/clearlooks_rc_style.h
   trunk/engines/clearlooks/src/clearlooks_style.h
   trunk/engines/industrial/src/industrial_rc_style.h
   trunk/engines/industrial/src/industrial_style.h
   trunk/engines/mist/src/mist-rc-style.h
   trunk/engines/mist/src/mist-style.h
   trunk/engines/support/widget-information.h
   trunk/engines/thinice/src/thinice_misc.c
   trunk/engines/thinice/src/thinice_rc_style.h
   trunk/engines/thinice/src/thinice_style.h
   trunk/engines/thinice/src/thinice_theme_draw.c

Modified: trunk/engines/clearlooks/src/clearlooks_rc_style.h
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_rc_style.h	(original)
+++ trunk/engines/clearlooks/src/clearlooks_rc_style.h	Sun Dec 14 13:58:54 2008
@@ -24,7 +24,7 @@
  * Modified by Kulyk Nazar <schamane myeburg net>
  */
 
-#include <gtk/gtkrc.h>
+#include <gtk/gtk.h>
 #include "clearlooks_types.h"
 
 #ifndef CLEARLOOKS_RC_STYLE_H

Modified: trunk/engines/clearlooks/src/clearlooks_style.h
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_style.h	(original)
+++ trunk/engines/clearlooks/src/clearlooks_style.h	Sun Dec 14 13:58:54 2008
@@ -23,7 +23,7 @@
  * Modified by Richard Stellingwerff <remenic gmail com>
  */
  
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
 
 #ifndef CLEARLOOKS_STYLE_H
 #define CLEARLOOKS_STYLE_H

Modified: trunk/engines/industrial/src/industrial_rc_style.h
==============================================================================
--- trunk/engines/industrial/src/industrial_rc_style.h	(original)
+++ trunk/engines/industrial/src/industrial_rc_style.h	Sun Dec 14 13:58:54 2008
@@ -24,7 +24,7 @@
  * modified by Benjamin Berg <benjamin sipsolutions net>
  **/
 
-#include <gtk/gtkrc.h>
+#include <gtk/gtk.h>
 
 typedef struct _IndustrialRcStyle IndustrialRcStyle;
 typedef struct _IndustrialRcStyleClass IndustrialRcStyleClass;

Modified: trunk/engines/industrial/src/industrial_style.h
==============================================================================
--- trunk/engines/industrial/src/industrial_style.h	(original)
+++ trunk/engines/industrial/src/industrial_style.h	Sun Dec 14 13:58:54 2008
@@ -23,7 +23,7 @@
  * modified by Christopher Lahey <clahey ximian com>
  * modified by Benjamin Berg <benjamin sipsolutions net>
  */
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
 
 #include "ge-support.h"
 

Modified: trunk/engines/mist/src/mist-rc-style.h
==============================================================================
--- trunk/engines/mist/src/mist-rc-style.h	(original)
+++ trunk/engines/mist/src/mist-rc-style.h	Sun Dec 14 13:58:54 2008
@@ -1,4 +1,4 @@
-#include <gtk/gtkrc.h>
+#include <gtk/gtk.h>
 #include "ge-support.h"
 
 typedef struct _MistRcStyle MistRcStyle;

Modified: trunk/engines/mist/src/mist-style.h
==============================================================================
--- trunk/engines/mist/src/mist-style.h	(original)
+++ trunk/engines/mist/src/mist-style.h	Sun Dec 14 13:58:54 2008
@@ -1,4 +1,4 @@
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
 #include "ge-support.h"
 
 typedef struct _MistStyle MistStyle;

Modified: trunk/engines/support/widget-information.h
==============================================================================
--- trunk/engines/support/widget-information.h	(original)
+++ trunk/engines/support/widget-information.h	Sun Dec 14 13:58:54 2008
@@ -4,7 +4,7 @@
 
 #include "general-support.h"
 #include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 typedef enum {
 	GE_HINT_TREEVIEW,

Modified: trunk/engines/thinice/src/thinice_misc.c
==============================================================================
--- trunk/engines/thinice/src/thinice_misc.c	(original)
+++ trunk/engines/thinice/src/thinice_misc.c	Sun Dec 14 13:58:54 2008
@@ -1,6 +1,6 @@
 #include <math.h>
 #include <string.h>
-#include <gtk/gtknotebook.h>
+#include <gtk/gtk.h>
 
 #include "thinice_style.h"
 #include "thinice_rc_style.h"

Modified: trunk/engines/thinice/src/thinice_rc_style.h
==============================================================================
--- trunk/engines/thinice/src/thinice_rc_style.h	(original)
+++ trunk/engines/thinice/src/thinice_rc_style.h	Sun Dec 14 13:58:54 2008
@@ -1,4 +1,4 @@
-#include <gtk/gtkrc.h>
+#include <gtk/gtk.h>
 #include "ge-support.h"
 
 typedef struct _ThiniceRcStyle ThiniceRcStyle;

Modified: trunk/engines/thinice/src/thinice_style.h
==============================================================================
--- trunk/engines/thinice/src/thinice_style.h	(original)
+++ trunk/engines/thinice/src/thinice_style.h	Sun Dec 14 13:58:54 2008
@@ -1,4 +1,4 @@
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
 #include "ge-support.h"
 
 typedef struct _ThiniceStyle ThiniceStyle;

Modified: trunk/engines/thinice/src/thinice_theme_draw.c
==============================================================================
--- trunk/engines/thinice/src/thinice_theme_draw.c	(original)
+++ trunk/engines/thinice/src/thinice_theme_draw.c	Sun Dec 14 13:58:54 2008
@@ -6,7 +6,7 @@
 
 #include <math.h>
 #include <string.h>
-#include <gtk/gtknotebook.h>
+#include <gtk/gtk.h>
 
 #include "thinice_style.h"
 #include "thinice_rc_style.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]