Root/ase/patches/050-gfx-mode.patch

1Index: ase-0.8.2/src/modules/gui.cpp
2===================================================================
3--- ase-0.8.2.orig/src/modules/gui.cpp 2011-06-13 13:08:58.000000000 +0200
4+++ ase-0.8.2/src/modules/gui.cpp 2011-06-13 13:19:44.000000000 +0200
5@@ -221,8 +221,8 @@
6     has_desktop = get_desktop_resolution(&dsk_w, &dsk_h) == 0;
7 
8     /* we must extract some space for the windows borders */
9- dsk_w -= 16;
10- dsk_h -= 32;
11+ // dsk_w -= 16;
12+ // dsk_h -= 32;
13 
14     /* try to get desktop resolution */
15     if (has_desktop) {
16@@ -397,7 +397,7 @@
17   w = get_config_int("GfxMode", "Width", 0);
18   h = get_config_int("GfxMode", "Height", 0);
19   bpp = get_config_int("GfxMode", "Depth", 0);
20- fullscreen = get_config_bool("GfxMode", "FullScreen", false);
21+ fullscreen = get_config_bool("GfxMode", "FullScreen", true);
22   screen_scaling = get_config_int("GfxMode", "Scale", 1);
23   screen_scaling = MID(1, screen_scaling, 4);
24 
25

Archive Download this file



interactive