gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/plugin.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog plugin/plugin.h
Date: Sat, 21 Oct 2006 01:38:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/21 01:38:57

Modified files:
        .              : ChangeLog 
        plugin         : plugin.h 

Log message:
        Removed include of gtk/gtk.h since not used.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1331&r2=1.1332
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.h?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1331
retrieving revision 1.1332
diff -u -b -r1.1331 -r1.1332
--- ChangeLog   21 Oct 2006 01:08:23 -0000      1.1331
+++ ChangeLog   21 Oct 2006 01:38:57 -0000      1.1332
@@ -2,6 +2,7 @@
 
        * plugin/plugin.cpp: Experimental code to support Firefox compiled
          with xEmbed and GTK-1.2. (PoC from mplayerplug-in).
+       * plugin/plugin.h: Removed include of gtk/gtk.h since not used.
 
 2006-10-20  Rob Savoye  <address@hidden>
 

Index: plugin/plugin.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- plugin/plugin.h     11 Oct 2006 18:53:53 -0000      1.27
+++ plugin/plugin.h     21 Oct 2006 01:38:57 -0000      1.28
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: plugin.h,v 1.27 2006/10/11 18:53:53 nihilus Exp $ */
+/* $Id: plugin.h,v 1.28 2006/10/21 01:38:57 nihilus Exp $ */
 
 #ifndef __PLUGIN_H__
 #define __PLUGIN_H__
@@ -62,9 +62,6 @@
 #include <X11/Xlib.h>
 #include <X11/Intrinsic.h>
 #include <X11/cursorfont.h>
-#ifdef HAVE_GTK2
-#include <gtk/gtk.h>
-#endif
 #include <string>
 #include <map>
 #include "pluginbase.h"




reply via email to

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