diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 13:37:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 13:37:03 -0400 |
| commit | 205cc9c2cf3fa99dbe9a95b60b5a46dcfb77fb0d (patch) | |
| tree | 2c07a7104ac27e3502c9795a30f39ab4ee7fc84b /new/uipriv_unix.h | |
| parent | 5b929084f8b80409ee39d21ef80f562042807e0b (diff) | |
Fixed compilation issues. Now to implement uiButton on GTK+.
Diffstat (limited to 'new/uipriv_unix.h')
| -rw-r--r-- | new/uipriv_unix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h index 95b2468..1ee2269 100644 --- a/new/uipriv_unix.h +++ b/new/uipriv_unix.h @@ -7,6 +7,10 @@ #include "uipriv.h" #include "ui_unix.h" +// TODO move this to the right place +struct uiSizing { +}; + // container_unix.c #define uiContainerType (uiContainer_get_type()) #define uiContainer(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), uiContainerType, uiContainer)) |
