mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Move wlr_surface into wlr
This commit is contained in:
parent
8473c3955c
commit
cf9ee6ce3f
6 changed files with 8 additions and 7 deletions
|
|
@ -2,8 +2,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <wayland-server.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/types/wlr_surface.h>
|
||||
#include "compositor.h"
|
||||
#include "compositor/wlr_surface.h"
|
||||
|
||||
static void destroy_surface_listener(struct wl_listener *listener, void *data) {
|
||||
struct wl_compositor_state *state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue