- Fixed building with gtk2 headers.

This commit is contained in:
Braden Obrzut 2016-11-13 00:17:09 -05:00
parent 9342898361
commit 472f35d2ce

View file

@ -11,6 +11,14 @@
#include <gdk/gdk.h>
#else
#include <gdk/gdkkeysyms.h>
typedef enum
{
GTK_ALIGN_FULL,
GTK_ALIGN_START,
GTK_ALIGN_END,
GTK_ALIGN_CENTER,
GTK_ALIGN_BASELINE
} GtkAlign;
#endif
#include "c_cvars.h"