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:
Michael Natterer 2008-05-26 09:51:48 +00:00 committed by Michael Natterer
parent 6fb474f223
commit 27dbd9a425
3 changed files with 24 additions and 20 deletions

View File

@ -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()

View File

@ -24,8 +24,6 @@
#include <glib.h>
#include <gio/gio.h>
#include "gdk/gdkscreen.h"
#include "gdk/gdkapplaunchcontext.h"
#include "gtkshow.h"

View File

@ -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__ */