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/area_darwin.m | |
| parent | 9217250d5c5ec8de9bbbac45e3c66d80f6419244 (diff) | |
Renamed display() to areaRepaintAll() and resolved a TODO on the Mac OS X side.
Diffstat (limited to 'redo/area_darwin.m')
| -rw-r--r-- | redo/area_darwin.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/area_darwin.m b/redo/area_darwin.m index 10fbbd8..1a9c7eb 100644 --- a/redo/area_darwin.m +++ b/redo/area_darwin.m @@ -176,8 +176,8 @@ uintptr_t keyCode(id e) return (uintptr_t) ([toNSEvent(e) keyCode]); } -// TODO move to common_darwin.m? -void display(id view) +// TODO is this the best way? see if we can mark a rect for repaint +void areaRepaintAll(id view) { [toNSView(view) display]; } |
