Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-02-26 00:01:43 (GMT)
committer perepujal <perepujal>2011-02-26 00:01:43 (GMT)
commit8e2386ba9c707bcd1bc2d96fed7147c02a4a797d (patch)
treef7bb5cf77e9a0ec7b510e9d11ba27a6c59383e0a
parent1621e4578081eba80918372788cec96ce5ed7d4c (diff)
Mouse accessibility and onscreen keyboard should be enabled on config files or command line.
-rw-r--r--src/tuxpaint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index 7b2944d..588142a 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -964,8 +964,8 @@ static void update_canvas(int x1, int y1, int x2, int y2)
/* Globals: */
-static int mouseaccessibility = 1;
-static int onscreen_keyboard = 1;
+static int mouseaccessibility = 0;
+static int onscreen_keyboard = 0;
static int disable_screensaver;
#ifdef NOKIA_770
static int fullscreen = 1;
@@ -22887,6 +22887,7 @@ int button(int id, int x, int y)
event.key.keysym.sym = SDLK_ESCAPE;
event.key.keysym.mod = KMOD_NONE;
event.key.keysym.unicode = 27;
+
}
else if (ide == 2)
{