Move wlr_surface into wlr

This commit is contained in:
nyorain 2017-08-09 15:58:10 +02:00
parent 8473c3955c
commit cf9ee6ce3f
6 changed files with 8 additions and 7 deletions

View file

@ -10,11 +10,11 @@
#include <wlr/render.h>
#include <wlr/render/gles2.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_surface.h>
#include <xkbcommon/xkbcommon.h>
#include <wlr/util/log.h>
#include "shared.h"
#include "compositor.h"
#include "wlr_surface.h"
struct sample_state {
struct wlr_renderer *renderer;