Changeset 59

Show
Ignore:
Timestamp:
02/05/07 23:18:25 (2 years ago)
Author:
mike
Message:

[fix] Quartz: mousegrab released while FS Toolbar is visible

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/changelog.txt

    r58 r59  
     1Q-0.8.2d59 
     2[fix] Quartz: mousegrab released while FS Toolbar is visible 
     3 
    14Q-0.8.2d58 
    25[new] Quartz: selective drawing code 
  • trunk/host-cocoa/cocoaQemuQuartzView.m

    r58 r59  
    335335                so we can handle clicks on other GUI Items */ 
    336336        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           } 
    337342        } else if([pc absolute_enabled]) { 
    338343        if (![pc tablet_enabled])