diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-23 17:09:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-23 17:09:08 -0400 |
| commit | a2eb69cbf6887a3eee85c7d9e10d13672e4cdb76 (patch) | |
| tree | 1aea9da0499889ef8dbf5157c0b904ce7121b047 /redo/objc_darwin.h | |
| parent | 300835a1b45b0b59951baa28e69e886aa72fc38f (diff) | |
Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...
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 ec0abf0..e69ed71 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -28,6 +28,7 @@ extern void windowSetTitle(id, const char *); extern void windowShow(id); extern void windowHide(id); extern void windowClose(id); +extern void windowRedraw(id); /* controls_darwin.m */ extern void unparent(id); |
