Changeset 95

Show
Ignore:
Timestamp:
09/30/07 20:31:28 (1 year ago)
Author:
mike
Message:

[fix] background shown, when switching to monitor and back

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0_9_0/changelog.txt

    r94 r95  
     1Q-0.9.0d95 
     2[fix] background shown, when switching to monitor and back 
     3 
    14Q-0.9.0d94 
    25[fix] updated branch 0_9_0 with all fixes from 93 
  • branches/0_9_0/host-cocoa/cocoaQemu.m

    r94 r95  
    12741274                                        transitionSpecifications.type = 9; //transition; 
    12751275                                        if (keycode - 0x02 == 0) 
    1276                                             transitionSpecifications.option = 1; //option; 
     1276                                            transitionSpecifications.option=CGSLeft | (1<<7); //option; 
    12771277                                        else 
    1278                                             transitionSpecifications.option = 2; //option; 
     1278                                            transitionSpecifications.option=CGSRight | (1<<7); //option; 
    12791279                                        transitionSpecifications.wid = [[pc pcWindow] windowNumber]; //wid 
    12801280                                        transitionSpecifications.backColour = 0; //background color 
  • trunk/changelog.txt

    r94 r95  
     1Q-0.9.0d95 
     2[fix] background shown, when switching to monitor and back 
     3 
    14Q-0.9.0d94 
    25[fix] updated branch 0_9_0 with all fixes from 93 
  • trunk/host-cocoa/cocoaQemu.m

    r93 r95  
    12741274                                        transitionSpecifications.type = 9; //transition; 
    12751275                                        if (keycode - 0x02 == 0) 
    1276                                             transitionSpecifications.option = 1; //option; 
     1276                                            transitionSpecifications.option=CGSLeft | (1<<7); //option; 
    12771277                                        else 
    1278                                             transitionSpecifications.option = 2; //option; 
     1278                                            transitionSpecifications.option=CGSRight | (1<<7); //option; 
    12791279                                        transitionSpecifications.wid = [[pc pcWindow] windowNumber]; //wid 
    12801280                                        transitionSpecifications.backColour = 0; //background color