mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
11 lines
187 B
C
11 lines
187 B
C
|
|
#ifndef _WAYLAND_GLIB_H_
|
||
|
|
#define _WAYLAND_GLIB_H_
|
||
|
|
|
||
|
|
#include <glib/gmain.h>
|
||
|
|
|
||
|
|
typedef struct _WaylandSource WaylandSource;
|
||
|
|
|
||
|
|
GSource *wayland_source_new(struct wl_display *display);
|
||
|
|
|
||
|
|
#endif
|