Move private definitions and prototypes to new wayland-private.h

This commit is contained in:
Kristian Høgsberg 2011-11-18 13:46:56 -05:00
parent 68d13212f2
commit cf04b0a18f
7 changed files with 25 additions and 21 deletions

View file

@ -35,9 +35,9 @@
#include <fcntl.h>
#include <sys/poll.h>
#include "connection.h"
#include "wayland-util.h"
#include "wayland-client.h"
#include "wayland-private.h"
struct wl_global_listener {
wl_display_global_func_t handler;