Find a file
Daniel Stone 154c34c851 compositor-x11: Attempt to track state without XKB
This isn't very pleasant, but it's pretty much the best we can do in the
absence of either XCB XKB support, or XCB XI2 bindings (argh!).

We get a state mask with most significant X11 events (which inexplicably
includes EnterNotify but not FocusIn), but unfortunately it's only a
single flat set of effective modifiers rather than the more granular
sets we want, so we still update the state with every key, but then also
use the core X11 state as a mask to make sure we don't get any stuck
modifiers.

Ugh.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-06-22 11:52:07 -04:00
clients window.c: Always set cursor after pointer enter 2012-06-22 10:52:58 -04:00
data window.c: frame_button: Maximize, minimize, close, icon buttons in window frame 2012-05-10 16:19:33 -04:00
protocol text: Add input_method and text_model interfaces 2012-06-21 16:41:09 -04:00
shared compositor: add fallback strchrnul() 2012-06-12 12:29:13 -04:00
src compositor-x11: Attempt to track state without XKB 2012-06-22 11:52:07 -04:00
tests tests: Use weston_surface_to_global_float 2012-06-09 08:46:51 -04:00
wcap tests, wcap: update ignores 2012-05-31 13:53:57 -04:00
.gitignore .gitignore: Ignore ctags and cscope output 2012-06-22 11:52:04 -04:00
autogen.sh Update autotools configuration 2010-11-06 21:04:03 -04:00
configure.ac compositor-x11: Add base XCB/XKB support 2012-06-22 11:52:06 -04:00
COPYING Add COPYING 2012-04-25 10:17:42 -04:00
Makefile.am wcap: Add option to disable building wcap tools 2012-05-26 13:19:22 -04:00
README Split into a demo repository that holds the demo compositor and clients 2011-02-14 22:13:33 -05:00
weston.ini shell-animation: add conf option in shell 2012-04-25 10:38:19 -04:00

Wayland Demos

This repository contains a few demos application for the Wayland
project.  There's a sample compositor that can run on KMS, under X11
or under another Wayland compositor and there's a handful of simple
clients that demonstrate various aspects of Wayland: