diff options
| author | Manolo Gouy <Manolo> | 2014-01-07 15:31:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-01-07 15:31:28 +0000 |
| commit | e543d2c7635affb4e167659c2108b918752997aa (patch) | |
| tree | 392e4dd8f1fa452b45f336af1878e35ed6a3fca9 /src | |
| parent | 56b7434dd08dc7e55b54ed0ad651704a4bcbd2bf (diff) | |
Cleaner definition under Mac OS of the fl_default_cursor global variable that doesn't hide its type.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10048 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index dcf3cf7a4..65705bfb2 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -97,7 +97,7 @@ Fl_Display_Device *Fl_Display_Device::_display = new Fl_Display_Device(new Fl_Qu // public variables CGContextRef fl_gc = 0; -void *fl_default_cursor; // this is really a NSCursor* +NSCursor *fl_default_cursor; void *fl_capture = 0; // (NSWindow*) we need this to compensate for a missing(?) mouse capture bool fl_show_iconic; // true if called from iconize() - shows the next created window in collapsed state //int fl_disable_transient_for; // secret method of removing TRANSIENT_FOR |
