This commit is contained in:
Garux
2022-10-27 09:10:31 +03:00
parent b1e5581c60
commit 9d3d204018
289 changed files with 13557 additions and 33481 deletions

View File

@@ -23,18 +23,8 @@
#include "generic/constant.h"
typedef struct _GtkWidget GtkWidget;
typedef int gint;
typedef gint gboolean;
struct _QERGtkGLTable
{
INTEGER_CONSTANT( Version, 1 );
STRING_CONSTANT( Name, "gtkgl" );
GtkWidget* ( *glwidget_new )(gboolean zbufffer);
void ( *glwidget_swap_buffers )( GtkWidget* widget );
gboolean ( *glwidget_make_current )( GtkWidget* widget );
void ( *glwidget_destroy_context )( GtkWidget* widget );
void ( *glwidget_create_context )( GtkWidget* widget );
};