Explorar o código

+ added the GenericEvent type constant to unit X

git-svn-id: trunk@33646 -
nickysn %!s(int64=9) %!d(string=hai) anos
pai
achega
671eed3070
Modificáronse 1 ficheiros con 2 adicións e 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;