Browse Source

+ added the GenericEvent type constant to unit X

git-svn-id: trunk@33646 -
nickysn 9 years ago
parent
commit
671eed3070
1 changed files with 2 additions and 1 deletions
  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;