This commit is contained in:
Rachael Alexanderson 2016-11-13 07:30:34 -05:00
commit 470046ec5a
1 changed files with 8 additions and 0 deletions

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"