File: start-in-windowed-mode.patch

package info (click to toggle)
seahorse-adventures 1.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,936 kB
  • sloc: python: 8,640; makefile: 8; sh: 3
file content (21 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Markus Koschany <apo@debian.org>
Date: Wed, 3 Jul 2013 19:25:39 +0200
Subject: start in windowed mode

---
 lib/cnst.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cnst.py b/lib/cnst.py
index 1aca49e..fe371f1 100644
--- a/lib/cnst.py
+++ b/lib/cnst.py
@@ -10,7 +10,7 @@ TITLE = "Barbie Seahorse Adventures" #"Barbie Seahorse Adventures" #"Bubble Kong
 
 SCALE2X = False  #use the scale2x scaler to make things look hi-res
 LOWRES = False #keep it in 320x240 mode
-FULL = True #
+FULL = False #
 
 #INIT_BORDER = 100
 #DEINIT_BORDER = 200