Explorar el Código

+ added the GenericEvent type constant to unit X

git-svn-id: trunk@33646 -
nickysn hace 9 años
padre
commit
671eed3070
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/x11/src/x.pp

+ 2 - 1
packages/x11/src/x.pp

@@ -142,7 +142,8 @@ const
    ColormapNotify = 32;
    ClientMessage = 33;
    MappingNotify = 34;
-   LASTEvent = 35;
+   GenericEvent = 35;
+   LASTEvent = 36;
    ShiftMask = 1 shl 0;
    LockMask = 1 shl 1;
    ControlMask = 1 shl 2;