summaryrefslogtreecommitdiff
path: root/new/uipriv_unix.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 15:25:18 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 15:25:18 -0400
commit8e0cd27605149f16141470ad49dd71e26598223e (patch)
tree3ebf0276eeebace85b09eec81082dfe20398c912 /new/uipriv_unix.h
parentd1461673210f8616bba6fe3a586148aa44696edd (diff)
Laid the foundation for padding.
Diffstat (limited to 'new/uipriv_unix.h')
-rw-r--r--new/uipriv_unix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h
index 3187c45..b51bda5 100644
--- a/new/uipriv_unix.h
+++ b/new/uipriv_unix.h
@@ -7,11 +7,10 @@
#include "uipriv.h"
#include "ui_unix.h"
-// TODO move this to the right place
+// container_unix.c
struct uiSizing {
+ uiSizingCommon
};
-
-// container_unix.c
#define uiContainerType (uiContainer_get_type())
#define uiContainer(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), uiContainerType, uiContainer))
#define uiIsContainer(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), uiContainerType))