Skip to content

Instantly share code, notes, and snippets.

@hawesie
Created February 12, 2012 19:53
Show Gist options
  • Save hawesie/1810490 to your computer and use it in GitHub Desktop.
Save hawesie/1810490 to your computer and use it in GitHub Desktop.
patch for gtkglextmm from https://trac.macports.org/ticket/27059
--- gtkglext/gtkmm/gl/widget.cc.orig 2011-01-29 00:12:12.000000000 +0100
+++ gtkglext/gtkmm/gl/widget.cc 2011-01-28 23:12:42.000000000 +0100
@@ -17,10 +17,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <gtk/gtkglwidget.h>
-
#include "widget.h"
+#include <gtk/gtkglwidget.h>
+
namespace Gtk
{
namespace GL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment