diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-02 09:47:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-02 09:47:57 -0400 |
| commit | c6e47ba21abc5b67f034f3f244c91d415ad571db (patch) | |
| tree | 9ad2985903efd7a53a46599363b47160e7dab664 /redo/objc_darwin.h | |
| parent | 85fb097ab97603ff2539ec7a3abd6ae8b96a44cb (diff) | |
Migrated the Label alignment code back into the Mac OS X port.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index d5c81f3..c745d1e 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -84,5 +84,6 @@ extern struct xsize controlPrefSize(id); extern struct xsize tabPrefSize(id); extern struct xsize areaPrefSize(id); extern struct xalignment alignmentInfo(id, struct xrect); +extern struct xrect frame(id); #endif |
