diff options
author | Simon Ser <contact@emersion.fr> | 2021-04-19 17:32:07 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-19 17:32:07 +0200 |
commit | 83670fce65edc76127bf9595a2f993eaa80a3d59 (patch) | |
tree | 9cab65b2477761dabe5ef44c9883d2d2f834f5a7 /examples/rotation.c | |
parent | fd7e565ce3ea463b725fcd5b4291411f030a4e2c (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/rotation.c')
-rw-r--r-- | examples/rotation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rotation.c b/examples/rotation.c index 7be443f2..0b52f9c7 100644 --- a/examples/rotation.c +++ b/examples/rotation.c @@ -1,6 +1,5 @@ #define _POSIX_C_SOURCE 200112L #include <drm_fourcc.h> -#include <GLES2/gl2.h> #include <getopt.h> #include <math.h> #include <stdio.h> |