summaryrefslogtreecommitdiff
path: root/new/uipriv_unix.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 18:51:04 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 18:51:04 -0400
commit823397cf5526a61d6b3a19bb16ab0b2c3da7f95e (patch)
tree79797c0fb0c17d64d6e399d3da848f92f72ce3fe /new/uipriv_unix.h
parent518a5ddbf15d50a254c732a80d5907ef8878abe0 (diff)
Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay up here; they'll be moved to IDLs later.
Diffstat (limited to 'new/uipriv_unix.h')
-rw-r--r--new/uipriv_unix.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h
deleted file mode 100644
index 1af388b..0000000
--- a/new/uipriv_unix.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// 6 april 2015
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
-#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32
-#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4
-#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4
-#include <gtk/gtk.h>
-#include "uipriv.h"
-#include "ui_unix.h"
-
-#define gtkXMargin 12
-#define gtkYMargin 12