modules/engines/ms-windows/msw_style.h Include gtk.h.

2008-05-30  Tor Lillqvist  <tml@novell.com>

	* modules/engines/ms-windows/msw_style.h
	* modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.


svn path=/trunk/; revision=20258
This commit is contained in:
Tor Lillqvist
2008-05-30 12:31:45 +00:00
committed by Tor Lillqvist
parent bd2b0d30a8
commit cbdc3e990c
3 changed files with 114 additions and 109 deletions

View File

@ -1,3 +1,8 @@
2008-05-30 Tor Lillqvist <tml@novell.com>
* modules/engines/ms-windows/msw_style.h
* modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.
2008-05-30 Michael Natterer <mitch@imendio.com> 2008-05-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to * gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to

View File

@ -23,7 +23,7 @@
#ifndef MSW_RC_STYLE_H #ifndef MSW_RC_STYLE_H
#define MSW_RC_STYLE_H #define MSW_RC_STYLE_H
#include "gtk/gtkrc.h" #include "gtk/gtk.h"
typedef struct _MswRcStyle MswRcStyle; typedef struct _MswRcStyle MswRcStyle;
typedef struct _MswRcStyleClass MswRcStyleClass; typedef struct _MswRcStyleClass MswRcStyleClass;

View File

@ -23,7 +23,7 @@
#ifndef MSW_STYLE_H #ifndef MSW_STYLE_H
#define MSW_STYLE_H #define MSW_STYLE_H
#include "gtk/gtkstyle.h" #include "gtk/gtk.h"
typedef struct _MswStyle MswStyle; typedef struct _MswStyle MswStyle;
typedef struct _MswStyleClass MswStyleClass; typedef struct _MswStyleClass MswStyleClass;