commit dc5b2cb

Michael Forney  ·  2013-11-25 21:53:53 +0000 UTC
parent 88d98cd
Remove unnecessary forward declarations
10 files changed,  +0, -16
+0, -1
1@@ -27,7 +27,6 @@
2 #include <stdint.h>
3 
4 struct wl_client;
5-struct wl_resource;
6 
7 struct wl_resource * swc_data_source_new(struct wl_client * client,
8                                          uint32_t id);
+0, -1
1@@ -26,7 +26,6 @@
2 
3 #include <stdint.h>
4 
5-struct wl_resource;
6 struct wl_client;
7 
8 struct swc_drm_buffer
+0, -1
1@@ -5,7 +5,6 @@
2 #include <linux/input.h>
3 #include <wayland-util.h>
4 
5-struct libevdev_device;
6 struct swc_evdev_device;
7 struct wl_event_loop;
8 
+0, -2
1@@ -27,8 +27,6 @@
2 #include <stdbool.h>
3 #include <wayland-server.h>
4 
5-struct swc_surface;
6-
7 enum swc_input_focus_event_type
8 {
9     SWC_INPUT_FOCUS_EVENT_CHANGED
+0, -5
 1@@ -24,11 +24,6 @@
 2 #ifndef SWC_INTERNAL_H
 3 #define SWC_INTERNAL_H
 4 
 5-struct wl_display;
 6-struct wl_event_loop;
 7-struct swc_manager;
 8-struct swc_compositor;
 9-
10 struct swc
11 {
12     struct wl_display * display;
+0, -1
1@@ -32,7 +32,6 @@
2 
3 struct swc_keyboard;
4 struct wl_client;
5-struct wl_resource;
6 
7 struct swc_keyboard_handler
8 {
+0, -1
1@@ -10,7 +10,6 @@
2 
3 #define SWC_OUTPUT_MASK(output) (1 << (output)->id)
4 
5-struct swc_mode;
6 struct wl_display;
7 
8 struct swc_output
+0, -1
1@@ -5,7 +5,6 @@
2 #include <pixman.h>
3 
4 struct wl_client;
5-struct wl_resource;
6 
7 struct swc_region
8 {
+0, -1
1@@ -26,7 +26,6 @@
2 
3 #include <stdint.h>
4 
5-struct swc_shell_surface;
6 struct swc_surface;
7 struct wl_client;
8 
+0, -2
1@@ -28,8 +28,6 @@
2 #include <wayland-server.h>
3 #include <pixman.h>
4 
5-struct swc_surface;
6-
7 enum swc_surface_event_type
8 {
9     SWC_SURFACE_EVENT_TYPE_RESIZE