aboutsummaryrefslogtreecommitdiff
path: root/examples/touch.c
AgeCommit message (Collapse)Author
2017-08-16Prevent alloc errors from crashing in `list_t`Calvin Lee
This commit changes the `list_t` api so that alloc errors can be detected and worked around. Also fixes errors not found in 5cc7342
2017-08-15Prevent alloc errors from crashingCalvin Lee
Resolves #76
2017-08-10Refactor EGL handlingDrew DeVault
2017-08-10Fix example for updated glesnyorain
2017-08-10Implement drm (egl) buffer attachingnyorain
2017-08-08Rename wlr_surface -> wlr_texture; attach -> uploadnyorain
2017-08-06Changed header paths.Scott Anderson
2017-07-31Use correct pixel format enum in touch exampleTony Crisci
Fix a call to `wlr_surface_attach_pixels()` in the main method of the touch example to use the correct enum for this method (wayland instead of gl).
2017-06-29Merge branch 'wlcore'Drew DeVault
2017-06-28Move example -> examplesDrew DeVault
And the compositor example into its own directory