diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-01 20:58:44 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-01 20:58:44 +0000 |
commit | c4cb68fd9de9feb7d60195161e2d118b208db94b (patch) | |
tree | 1080b13e633e1e22cd7dd18c051243d043c68937 /mouse.py | |
parent | 473c90575d7d1109044c7a6b4a04c803a86a3a22 (diff) | |
download | anaconda-c4cb68fd9de9feb7d60195161e2d118b208db94b.tar.gz anaconda-c4cb68fd9de9feb7d60195161e2d118b208db94b.tar.xz anaconda-c4cb68fd9de9feb7d60195161e2d118b208db94b.zip |
set event mask to make sure we get ctrl+alt+del keyreleases, remove
mouse debugging statement
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -159,7 +159,6 @@ class Mouse (SimpleConfigFile): curmouse[1] = self.info["XMOUSETYPE"] curmouse[6] = self.emulate - print curmouse try: apply (xmouse.set, curmouse) except RuntimeError: |