summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcursor_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug where a widget would not always get the correct Cursor in CocoaNorwegian Rock Cat2009-04-141-0/+16
| | | | | | | | | | Cocoa has a different way of dealing with cursors than our heavy handed approach that we used in Carbon. We simply need to re-implement the proper function in NSView and set up the rectangles for the cursor correctly. We also need to expose an QCursor2NSCursor type functions since the current QCursor::handle() is useless for doing this and we shouldn't change that. With this change things seem to work much more like the native stuff for both Carbon and Cocoa.
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+556