Changeset 59
- Timestamp:
- 02/05/07 23:18:25 (2 years ago)
- Files:
-
- trunk/changelog.txt (modified) (1 diff)
- trunk/host-cocoa/cocoaQemuQuartzView.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/changelog.txt
r58 r59 1 Q-0.8.2d59 2 [fix] Quartz: mousegrab released while FS Toolbar is visible 3 1 4 Q-0.8.2d58 2 5 [new] Quartz: selective drawing code trunk/host-cocoa/cocoaQemuQuartzView.m
r58 r59 335 335 so we can handle clicks on other GUI Items */ 336 336 if(fullscreen) { 337 /* exception: if the user activated the toolbar, mouse grab is released; so when he clicks on fullscreen view we have to grab again */ 338 if([pc fullscreenController] && [[pc fullscreenController] showsToolbar]) { 339 [[pc fullscreenController] toggleToolbar]; 340 [pc grabMouse]; 341 } 337 342 } else if([pc absolute_enabled]) { 338 343 if (![pc tablet_enabled])