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:
committed by
Michael Natterer
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>
|
2008-05-26 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
Bug 530353 – Mac-like gtk_accelerator_get_label()
|
Bug 530353 – Mac-like gtk_accelerator_get_label()
|
||||||
|
|||||||
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
#include "gdk/gdkscreen.h"
|
|
||||||
#include "gdk/gdkapplaunchcontext.h"
|
|
||||||
|
|
||||||
#include "gtkshow.h"
|
#include "gtkshow.h"
|
||||||
|
|
||||||
|
|||||||
@ -19,11 +19,12 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GTK_SHOW_H__
|
#ifndef __GTK_SHOW_H__
|
||||||
#define __GTK_SHOW_H__
|
#define __GTK_SHOW_H__
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "gdk/gdkscreen.h"
|
#include "gdk/gdk.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
@ -35,6 +36,3 @@ gboolean gtk_show_uri (GdkScreen *screen,
|
|||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GTK_SHOW_H__ */
|
#endif /* __GTK_SHOW_H__ */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user