aboutsummaryrefslogtreecommitdiff
path: root/examples/touch.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-04-19 17:32:07 +0200
committerSimon Ser <contact@emersion.fr>2021-04-19 17:32:07 +0200
commit83670fce65edc76127bf9595a2f993eaa80a3d59 (patch)
tree9cab65b2477761dabe5ef44c9883d2d2f834f5a7 /examples/touch.c
parentfd7e565ce3ea463b725fcd5b4291411f030a4e2c (diff)
examples: remove dependency on GLES2 for compositor examples
Most of the examples had a GLES2 dependency, but weren't using it. Convert multi-pointer to wlr_renderer instead of using directly glClear.
Diffstat (limited to 'examples/touch.c')
-rw-r--r--examples/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/touch.c b/examples/touch.c
index f53b7bb8..6ee15c25 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -1,6 +1,5 @@
#define _POSIX_C_SOURCE 200112L
#include <drm_fourcc.h>
-#include <GLES2/gl2.h>
#include <math.h>
#include <stdint.h>
#include <stdio.h>