render: split render.h into wlr_renderer.h and wlr_texture.h

This commit is contained in:
emersion 2018-03-19 23:16:29 +01:00
parent a76cef475b
commit c41de2d1be
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
29 changed files with 241 additions and 229 deletions

View file

@ -1,11 +1,11 @@
#include <getopt.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <pthread.h>
#include <wayland-client.h>
#include <wayland-client-protocol.h>
#include <wayland-client.h>
#include <wlr/util/log.h>
#include "idle-client-protocol.h"