Skip to content

Use correct pixel format enum in touch example

Simon Ser requested to merge github/fork/acrisci/bug/fix-wl-enum-touch into master

Created by: acrisci

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).

Merge request reports