aboutsummaryrefslogtreecommitdiff
path: root/examples/tablet.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/tablet.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/tablet.c')
-rw-r--r--examples/tablet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tablet.c b/examples/tablet.c
index f526c689..54e5476e 100644
--- a/examples/tablet.c
+++ b/examples/tablet.c
@@ -1,5 +1,4 @@
#define _XOPEN_SOURCE 600
-#include <GLES2/gl2.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>