mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- Fixed building with gtk2 headers.
This commit is contained in:
parent
9342898361
commit
472f35d2ce
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