gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11448: Code refactoring


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11448: Code refactoring
Date: Sat, 29 Aug 2009 19:10:26 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11448
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sat 2009-08-29 19:10:26 +0200
message:
  Code refactoring
modified:
  gui/gtk_glue.h
  gui/gtk_glue_gtkglext.h
=== modified file 'gui/gtk_glue.h'
--- a/gui/gtk_glue.h    2009-07-17 18:49:45 +0000
+++ b/gui/gtk_glue.h    2009-08-29 17:10:26 +0000
@@ -21,7 +21,11 @@
 #include "gnash.h"
 
 #include <gtk/gtk.h>
+#ifndef _WIN32
+#include <gdk/gdkx.h>
+#else
 #include <gdk/gdk.h>
+#endif
 
 namespace gnash
 {

=== modified file 'gui/gtk_glue_gtkglext.h'
--- a/gui/gtk_glue_gtkglext.h   2009-07-10 15:44:55 +0000
+++ b/gui/gtk_glue_gtkglext.h   2009-08-29 17:10:26 +0000
@@ -15,15 +15,11 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+#ifndef GTK_GLU_GTKGLEXT_H
+#define GTK_GLU_GTKGLEXT_H
+
 #include "gtk_glue.h"
 
-#include <gtk/gtk.h>
-#ifndef _WIN32
-#include <gdk/gdkx.h>
-#else
-#include <gdk/gdk.h>
-#endif
-
 #include <gtk/gtkgl.h>
 
 #include "tu_opengl_includes.h"
@@ -52,3 +48,6 @@
 };
 
 }
+
+// end of GNASH_GTK_GLEXT_H
+#endif


reply via email to

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