Bug 667018-gtk/gtkwindow.c: Include deprecated/gtkstyle.h

This is needed for the prototype of gtk_widget_reset_rc_styles, to avoid
C4013/implicit declaration of ... warnings of that function
This commit is contained in:
Chun-wei Fan 2011-12-30 16:51:26 +08:00
parent 1a122a4367
commit d273b817e8

View File

@ -52,6 +52,8 @@
#include "gtktypebuiltins.h"
#include "a11y/gtkwindowaccessible.h"
#include "deprecated/gtkstyle.h"
#ifdef GDK_WINDOWING_X11
#include "x11/gdkx.h"
#endif