fix missing includes in clients/window.h and clients/wayland-glib.h
This commit is contained in:
committed by
Kristian Høgsberg
parent
1f5d507596
commit
c4b8c457e8
@@ -24,6 +24,7 @@
|
||||
#define _WAYLAND_GLIB_H_
|
||||
|
||||
#include <glib/gmain.h>
|
||||
#include <wayland-client.h>
|
||||
|
||||
GSource *wl_glib_source_new(struct wl_display *display);
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
#ifndef _WINDOW_H_
|
||||
#define _WINDOW_H_
|
||||
|
||||
#include <glib.h>
|
||||
#include <wayland-client.h>
|
||||
|
||||
struct window;
|
||||
|
||||
struct rectangle {
|
||||
|
||||
Reference in New Issue
Block a user