diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-09 21:27:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-09 21:27:28 -0400 |
| commit | eec2f985b0a78b3c15a3e71e14f897a3ccab5c97 (patch) | |
| tree | 822f3bbfbac44916776d4ef3ceb83c4f04d4d14f /redo/objc_darwin.h | |
| parent | 9217250d5c5ec8de9bbbac45e3c66d80f6419244 (diff) | |
Renamed display() to areaRepaintAll() and resolved a TODO on the Mac OS X side.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 566e190..9962c4e 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -102,6 +102,6 @@ extern intptr_t buttonNumber(id); extern intptr_t clickCount(id); extern uintptr_t pressedMouseButtons(void); extern uintptr_t keyCode(id); -extern void display(id); +extern void areaRepaintAll(id); #endif |
