Skip to content

Commit 9b17f09

Browse files
uartiexhaihao
authored andcommitted
putsurface: include wayland-client.h instead of wayland-server.h
putsurface_wayland is a wayland client and should not include the wayland-server.h header file. Instead, include the wayland-client.h header instead. Fixes #34 Signed-off-by: U. Artie Eoff <[email protected]> (cherry picked from commit 5f391c0)
1 parent 0d6e145 commit 9b17f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

putsurface/putsurface_wayland.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#else
3232
# include <va/va_wayland.h>
3333
#endif
34-
#include <wayland-server.h>
34+
#include <wayland-client.h>
3535

3636
static void *open_display(void);
3737
static void close_display(void *win_display);

0 commit comments

Comments
 (0)