From ca1dc98d1961084825fd8185d9484efe5d6bfa5f Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Fri, 18 Jun 2010 14:52:41 +0000 Subject: [PATCH] Fix the keyboard 'click emulation' that wasn't working ...since v2.1 (included). Thanks to spratek for report. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1516 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/helpfile.h | 6 +++--- src/main.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 0c290c4f..22327745 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -434,9 +434,9 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ") HELP_TEXT (" mind MooZ Pasi Kallinen ") HELP_TEXT (" the Peach petter richienyhus ") - HELP_TEXT (" tape.yrm TeeEmCee tempest ") - HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ") - HELP_TEXT (" yakumo9275 00ai99") + HELP_TEXT (" spratek tape.yrm TeeEmCee ") + HELP_TEXT (" tempest Timo Kurrpa titus^Rab ") + HELP_TEXT (" Tobé yakumo9275 00ai99") HELP_TEXT ("") HELP_TEXT (" ... posted the annoying bug reports.") HELP_TEXT ("") diff --git a/src/main.c b/src/main.c index 933be3d5..4b984eac 100644 --- a/src/main.c +++ b/src/main.c @@ -497,7 +497,7 @@ int Init_program(int argc,char * argv[]) Spare_magnifier_width=0; Spare_magnifier_offset_X=0; Spare_magnifier_offset_Y=0; - Keyboard_click_allowed = 0; + Keyboard_click_allowed = 1; Main_safety_backup_prefix = 'a'; Spare_safety_backup_prefix = 'b';