diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-21 13:17:35 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-21 13:17:35 -0400 |
| commit | 2c305c878541c357f328c15c5d39386704112040 (patch) | |
| tree | a9e175ca4694467b1631bc348df65b39b658c0da /redo/objc_darwin.h | |
| parent | 0be1bf5caa70e916ba0eedd064926394b0c53768 (diff) | |
Implemented Area.Repaint() on Mac OS X.
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 d4a58d0..826334c 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -125,6 +125,7 @@ extern intptr_t buttonNumber(id); extern intptr_t clickCount(id); extern uintptr_t pressedMouseButtons(void); extern uintptr_t keyCode(id); +extern void areaRepaint(id, struct xrect); extern void areaRepaintAll(id); /* common_darwin.m */ |
