Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-26 04:46:08 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-26 04:46:08 (GMT)
commit06001de7e17bdccc2197b9f690269e6f8328e521 (patch)
treea91148da4291405a80e914a274cbc691179f2d95 /shell/main.c
parent08f59cdd977b86d17d0a9c70a56b2bfd7f6741a2 (diff)
Last minute GTK-2.6 fixes. Release 0.4.0
Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com> * shell/main.c: * shell/ev-application.c: Last minute GTK-2.6 fixes. * NEWS: Release 0.4.0
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 33cb14e..5af54e6 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -26,6 +26,8 @@
#include <glib/gi18n.h>
#include <gdk/gdkx.h>
#include <gtk/gtkmain.h>
+#include <stdlib.h>
+#include <string.h>
#include <libgnome/gnome-program.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnomeui/gnome-app-helper.h>
@@ -123,7 +125,9 @@ load_files_remote (const char **files)
DBusGPendingCall *call;
#endif
DBusGProxy *remote_object;
+#ifdef HAVE_GTK_WINDOW_PRESENT_WITH_TIME
GdkDisplay *display;
+#endif
guint32 timestamp;
#ifdef HAVE_GTK_WINDOW_PRESENT_WITH_TIME