gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/fbsup.h


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash ChangeLog gui/fbsup.h
Date: Sat, 13 Oct 2007 14:42:41 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/10/13 14:42:41

Modified files:
        .              : ChangeLog 
        gui            : fbsup.h 

Log message:
        gui/fbsup.h: Make PS/2 mouse the default (instead of ETurboTouch)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4600&r2=1.4601
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/fbsup.h?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.4600
retrieving revision 1.4601
diff -u -b -r1.4600 -r1.4601
--- ChangeLog   12 Oct 2007 08:01:10 -0000      1.4600
+++ ChangeLog   13 Oct 2007 14:42:41 -0000      1.4601
@@ -1,3 +1,7 @@
+2007-10-13 Udo Giacomozzi <address@hidden>
+
+       * gui/fbsup.h: Make PS/2 mouse the default (instead of ETurboTouch)
+
 2007-10-12 Zou Lunkai <address@hidden>
 
        * testsuite/misc-swfc.all/opcode_guard_test2.sc: test that both 
setTarget

Index: gui/fbsup.h
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/fbsup.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- gui/fbsup.h 1 Jul 2007 10:54:00 -0000       1.20
+++ gui/fbsup.h 13 Oct 2007 14:42:41 -0000      1.21
@@ -45,11 +45,11 @@
 
 // Define this to read from /dev/input/mice (any PS/2 compatbile mouse or
 // emulated by the Kernel) 
-//#define USE_MOUSE_PS2
+#define USE_MOUSE_PS2
 
 // Define this to support eTurboTouch / eGalax touchscreens. When reading from
 // a serial device, it must be initialized (stty) externally. 
-#define USE_MOUSE_ETT
+//#define USE_MOUSE_ETT
 
 #ifdef USE_MOUSE_PS2
 #define MOUSE_DEVICE "/dev/input/mice"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]