Gtk-glade part of riccardom cleanup patch 2200793

This commit is contained in:
yabause 2008-10-31 14:03:35 +00:00
parent 0ca8d61cf6
commit 2d5f11508d
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,9 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifndef __GDKGL_H__
#define __GDKGL_H__
#include "globals.h" #include "globals.h"
// comment for GL :D // comment for GL :D
//#undef HAVE_LIBGDKGLEXT_X11_1_0 //#undef HAVE_LIBGDKGLEXT_X11_1_0
@ -42,3 +45,5 @@ int init_GL_free_s(GtkWidget * widget, int share_num);
int init_GL_free(GtkWidget * widget); int init_GL_free(GtkWidget * widget);
void reshape (GtkWidget * widget, int screen); void reshape (GtkWidget * widget, int screen);
gboolean screen (GtkWidget * widget, int off); gboolean screen (GtkWidget * widget, int off);
#endif