diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 11:24:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 11:24:58 -0400 |
| commit | 659bc03f171d8639eefa47e5d37abe7af81e5534 (patch) | |
| tree | 34ac690633b55d25596e40d69189ffa9332e5ce4 /redo/objc_darwin.h | |
| parent | 819caea42279fdc0d37b7a55aaeccbd825d2d638 (diff) | |
Migrated control sizing code for Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 4c5365e..b44461a 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -33,4 +33,7 @@ extern id newButton(char *); extern const char *buttonText(id); extern void buttonSetText(id, char *); +/* sizing_darwin.m */ +extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t); + #endif |
