Make win32 backend build and minimally work

This commit is contained in:
Alexander Larsson
2009-07-01 10:26:37 +02:00
parent 11a96ce2f6
commit 5341efd4d4
4 changed files with 130 additions and 724 deletions

View File

@ -1,5 +1,7 @@
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <X11/Xlib.h>
#endif
static GtkWidget *darea;
static GtkTreeStore *window_store = NULL;