You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
187 B
11 lines
187 B
16 years ago
|
#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
|