From 8bf93709cbcf9f041cd177e929ff46adce8a6b79 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 13 Aug 2009 10:16:18 +1000 Subject: Rename parts of the Post API to a Queue API. Button and key events aren't posted from EvdevPost*Event, they are simply enqueued onto the evdev-internal event queue until the next EV_SYN arrives. Rename those interfaces from EvdevPost* to EvdevQueue* and leave only those that actually post to the server with a matching "*Post*" name. Signed-off-by: Peter Hutterer Acked-by: Oliver McFadden --- src/draglock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/draglock.c') diff --git a/src/draglock.c b/src/draglock.c index d89e979..a8bf079 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -158,7 +158,7 @@ EvdevDragLockLockButton(InputInfoPtr pInfo, unsigned int button) state = pEvdev->dragLock.lock_state[button - 1] ? FALSE : TRUE; pEvdev->dragLock.lock_state[button - 1] = state; - EvdevPostButtonEvent(pInfo, button, state); + EvdevQueueButtonEvent(pInfo, button, state); } /* Filter button presses looking for either a meta button or the -- cgit v1.2.3