gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob src/os/Os-GLX.cxx vob/demo/ev.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob src/os/Os-GLX.cxx vob/demo/ev.py
Date: Sat, 02 Aug 2003 05:16:52 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/02 05:16:51

Modified files:
        src/os         : Os-GLX.cxx 
Added files:
        vob/demo       : ev.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/os/Os-GLX.cxx.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/ev.py?rev=1.1

Patches:
Index: libvob/src/os/Os-GLX.cxx
diff -u libvob/src/os/Os-GLX.cxx:1.9 libvob/src/os/Os-GLX.cxx:1.10
--- libvob/src/os/Os-GLX.cxx:1.9        Sat Aug  2 05:07:11 2003
+++ libvob/src/os/Os-GLX.cxx    Sat Aug  2 05:16:50 2003
@@ -619,8 +619,8 @@
              int button = mapButton(e->xbutton.button);
              DBG(dbg_ctrl) << "Button: " << e->xbutton.button << " " 
<<e->xbutton.x << " "
                    << e->xbutton.y<<"\n";
-              DBG(dbg_ctrl) << "  Control: " << int(e->xkey.state & 
ControlMask) 
-                            << ", shift: " << int(e->xkey.state & ShiftMask) 
<<"\n";
+              DBG(dbg_ctrl) << "  Control: " << int(e->xbutton.state & 
ControlMask) 
+                            << ", shift: " << int(e->xbutton.state & 
ShiftMask) <<"\n";
              eventhandler->mouse(e->xbutton.x, e->xbutton.y, button, 
                        (e->type == ButtonPress ? 
                                eventhandler->PRESS : 




reply via email to

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