mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
470046ec5a
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
#else
|
#else
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
GTK_ALIGN_FULL,
|
||||||
|
GTK_ALIGN_START,
|
||||||
|
GTK_ALIGN_END,
|
||||||
|
GTK_ALIGN_CENTER,
|
||||||
|
GTK_ALIGN_BASELINE
|
||||||
|
} GtkAlign;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "c_cvars.h"
|
#include "c_cvars.h"
|
||||||
|
|
Loading…
Reference in a new issue