Age | Commit message (Collapse) | Author | Files | Lines |
|
This avoids confusion with the pointer devices (struct wl_pointer).
|
|
libwayland-cursor does not provide enum wl_cursor_type anymore so this
brings back enum pointer_type.
This partially revers commit 1042dc15e0ca69a4d8d4d23b862f1e3d3c8e054f.
|
|
|
|
We no longer depend on xproto, we use xkbcommon keycodes now. Yay!
|
|
Useful for testing pointer device.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
|
|
Since you can't really have a negative button number.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
|
|
'state' here meaning 'is it up or down?', obviously.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
|
|
On one hand, getopt (in particular the -o suboption syntax) sucks on the
server side, and on the client side we would like to avoid the glib
dependency. We can roll out own option parser and solve both problems
and save a few lines of code total.
|
|
Always set this by scheduling an initial resize.
|
|
Remove all unneeded resizor features, and add the feature why clickdot
exists: put a visible marker to exactly where mouse was clicked.
This app can be used to check input coordinate transformations in a
compositor.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
|
|
Start a new application clickdot as a copy of resizor, with the name
changed.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
|