aboutsummaryrefslogtreecommitdiff
path: root/src/draglock.c
Commit message (Collapse)AuthorAge
* Tidy up evdev.hPeter Hutterer2008-10-14
| | | | | | This includes shuffling some functions around so we don't need the prototypes in evdev.h. (cherry picked from commit 0405f7b17fb0ce5cadcc6c5aa6eeb61bdacdf9cd)
* Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer2008-10-14
| | | | (cherry picked from commit 088e0a175a4913bf827c1f7e19de09fdf987d347)
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-14
| | | | (cherry picked from commit cefedeb205291001e7e47b7516de261dbccce059)
* Add checkonly handling to property handlers.Peter Hutterer2008-10-11
| | | | | If checkonly is TRUE, we can only check if applying the value would succeed. The value is actually applied if checkonly is FALSE.
* Fix up bad return code in draglock property handler.Peter Hutterer2008-10-11
|
* Move misplaced #endifPeter Hutterer2008-09-30
|
* Add evdev-properties.h file with #defines for all property names.Peter Hutterer2008-09-30
|
* Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer2008-09-26
| | | | | Return appropriate status codes from property handlers. Make properties non-deletable.
* draglock: Shut up compiler warning.Peter Hutterer2008-09-26
|
* Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer2008-09-04
|
* Shut up "unused variable" compiler warnings.Peter Hutterer2008-09-04
| | | | Hide properties behind ifdefs, fake use of "val".
* Add property support for drag lock.Peter Hutterer2008-08-18
|
* Adding in DragLockButtons functionality.Chris Salch2008-08-18
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>