gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12069: Include only glib for the pl


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12069: Include only glib for the plugin as gtk isn't needed
Date: Tue, 16 Mar 2010 22:57:53 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12069
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-16 22:57:53 +0100
message:
  Include only glib for the plugin as gtk isn't needed
modified:
  plugin/plugin.h
=== modified file 'plugin/plugin.h'
--- a/plugin/plugin.h   2010-03-16 18:04:59 +0000
+++ b/plugin/plugin.h   2010-03-16 21:57:53 +0000
@@ -42,11 +42,7 @@
 #include <X11/Xlib.h>
 //#include <X11/Intrinsic.h>
 #include <X11/cursorfont.h>
-#ifdef HAVE_GTK2
-#include <gtk/gtk.h>
-#else
 #include <glib.h>
-#endif
 #include <string>
 #include <map>
 #include "pluginbase.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]