diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 18:25:24 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 19:00:32 +1030 |
commit | b512f47795bd125f6b04806d8a831f888febb67d (patch) | |
tree | 73482eae1ee0ce0881b983b60acee5addb02925d /XInput.h | |
parent | 330cfbd0ca6e6d1557e08ab0c555fe87acc7be29 (diff) |
Change XChangeDeviceHieararchy API.
Single-pointer to changes is enough since we have a union now.
Provide array first, then number of elements. This at least gives us
consistency within the MPX-related stuff. The rest of Xlib can't seem to make
its mind up about that.
Diffstat (limited to 'XInput.h')
-rw-r--r-- | XInput.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1368,8 +1368,8 @@ extern Status XUndefineDeviceCursor( extern Status XChangeDeviceHierarchy( Display* /* display */, - int /* num_changes */, - XAnyHierarchyChangeInfo** /* changes*/ + XAnyHierarchyChangeInfo* /* changes*/, + int /* num_changes */ ); extern Bool XGetPairedPointer( |