uhhhhhhhhhhhhh
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.
 
 
 

32 lines
682 B

#include <gdk/gdk.h>
void * gdk_wayland_device_get_wl_pointer(GdkDevice *device) {
return NULL;
};
void * gdk_wayland_device_get_wl_keyboard(GdkDevice *device) {
return NULL;
};
void * gdk_wayland_device_get_wl_seat(GdkDevice *device) {
return NULL;
};
void * gdk_wayland_display_get_wl_compositor(GdkDisplay *display) {
return NULL;
};
void * gdk_wayland_display_get_wl_display(GdkDisplay *display) {
return NULL;
};
void * gdk_wayland_display_get_xdg_shell(GdkDisplay *display) {
return NULL;
};
void * gdk_wayland_window_get_wl_surface(GdkWindow *window) {
return NULL;
};
void gdk_wayland_window_set_use_custom_surface(GdkWindow *window) {
}