mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
2008-05-26 Michael Natterer <mitch@imendio.com> * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h" * gtk/gtkshow.c: remove inclusion of single files from gdk/ Removed trailing whitespace in both files. svn path=/trunk/; revision=20176
This commit is contained in:
parent
6fb474f223
commit
27dbd9a425
@ -1,3 +1,11 @@
|
||||
2008-05-26 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
|
||||
|
||||
* gtk/gtkshow.c: remove inclusion of single files from gdk/
|
||||
|
||||
Removed trailing whitespace in both files.
|
||||
|
||||
2008-05-26 Richard Hult <richard@imendio.com>
|
||||
|
||||
Bug 530353 – Mac-like gtk_accelerator_get_label()
|
||||
|
@ -24,8 +24,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include "gdk/gdkscreen.h"
|
||||
#include "gdk/gdkapplaunchcontext.h"
|
||||
|
||||
#include "gtkshow.h"
|
||||
|
||||
|
@ -19,11 +19,12 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_SHOW_H__
|
||||
#define __GTK_SHOW_H__
|
||||
|
||||
#include <glib.h>
|
||||
#include "gdk/gdkscreen.h"
|
||||
#include "gdk/gdk.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -35,6 +36,3 @@ gboolean gtk_show_uri (GdkScreen *screen,
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_SHOW_H__ */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user