]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.cpp
Fix for bad window position when coming out of full screen
[virtualjaguar] / src / tom.cpp
index c9d0f3f04b1574784217a5fef3c0cb30ad08ffe1..96f6ce99a044472610578e66c90b0a02ce586035 100644 (file)
 //#define RIGHT_VISIBLE_HC             (1488 - 32)
 // Split the difference? (Seems to be OK for the most part...)
 
-// (-8 +8)*4 is for opening up the display by 16 pixels (may go to 20). Need to change VIRTUAL_SCREEN_WIDTH to match this as well (went from 320 to 336; this is 4 HCs per one of those pixels). <-- actually, not true. This is only place referenced.
+// (-10 +10)*4 is for opening up the display by 16 pixels (may go to 20). Need to change VIRTUAL_SCREEN_WIDTH to match this as well (went from 320 to 340; this is 4 HCs per one of those pixels).
 #define LEFT_VISIBLE_HC                        (208 - 16 - (10 * 4))
 //#define RIGHT_VISIBLE_HC             (1488 - 16 + (10 * 4))
 #define RIGHT_VISIBLE_HC               (LEFT_VISIBLE_HC + (VIRTUAL_SCREEN_WIDTH * 4))