Browse Source

* apply patch for libXi pascal interface from Ido Kanner

git-svn-id: trunk@11972 -
Almindor 17 years ago
parent
commit
b250a0e1c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/x11/src/xi.pp

+ 3 - 0
packages/x11/src/xi.pp

@@ -286,6 +286,9 @@ const
         _deviceOwnerGrabButton   = 8;
         _noExtensionEvent        = 9;
 
+const
+        _devicePresence = 0;
+
 const
         XI_BadDevice  = 0;
         XI_BadEvent   = 1;