mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
2008-04-25 Michael Natterer <mitch@imendio.com> * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. svn path=/trunk/; revision=20040
This commit is contained in:
parent
6c53e0ad31
commit
824f76048a
@ -1,3 +1,8 @@
|
||||
2008-04-25 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
|
||||
<gdk/gdkscreen.h>.
|
||||
|
||||
2008-04-21 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkselection.c: add tons of g_return_if_fail() instead of
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user