Changeset 95
- Timestamp:
- 09/30/07 20:31:28 (1 year ago)
- Files:
-
- branches/0_9_0/changelog.txt (modified) (1 diff)
- branches/0_9_0/host-cocoa/cocoaQemu.m (modified) (1 diff)
- trunk/changelog.txt (modified) (1 diff)
- trunk/host-cocoa/cocoaQemu.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0_9_0/changelog.txt
r94 r95 1 Q-0.9.0d95 2 [fix] background shown, when switching to monitor and back 3 1 4 Q-0.9.0d94 2 5 [fix] updated branch 0_9_0 with all fixes from 93 branches/0_9_0/host-cocoa/cocoaQemu.m
r94 r95 1274 1274 transitionSpecifications.type = 9; //transition; 1275 1275 if (keycode - 0x02 == 0) 1276 transitionSpecifications.option = 1; //option;1276 transitionSpecifications.option=CGSLeft | (1<<7); //option; 1277 1277 else 1278 transitionSpecifications.option = 2; //option;1278 transitionSpecifications.option=CGSRight | (1<<7); //option; 1279 1279 transitionSpecifications.wid = [[pc pcWindow] windowNumber]; //wid 1280 1280 transitionSpecifications.backColour = 0; //background color trunk/changelog.txt
r94 r95 1 Q-0.9.0d95 2 [fix] background shown, when switching to monitor and back 3 1 4 Q-0.9.0d94 2 5 [fix] updated branch 0_9_0 with all fixes from 93 trunk/host-cocoa/cocoaQemu.m
r93 r95 1274 1274 transitionSpecifications.type = 9; //transition; 1275 1275 if (keycode - 0x02 == 0) 1276 transitionSpecifications.option = 1; //option;1276 transitionSpecifications.option=CGSLeft | (1<<7); //option; 1277 1277 else 1278 transitionSpecifications.option = 2; //option;1278 transitionSpecifications.option=CGSRight | (1<<7); //option; 1279 1279 transitionSpecifications.wid = [[pc pcWindow] windowNumber]; //wid 1280 1280 transitionSpecifications.backColour = 0; //background color