commit de8676f
Michael Forney
·
2013-10-25 00:47:01 +0000 UTC
parent c58bea1
Style
4 files changed,
+5,
-8
+4,
-5
1@@ -1,19 +1,18 @@
2-#include <stdlib.h>
3-#include <stdio.h>
4-#include <libudev.h>
5-
6 #include "swc.h"
7 #include "compositor.h"
8 #include "compositor_surface.h"
9 #include "cursor_surface.h"
10 #include "output.h"
11 #include "surface.h"
12-#include "event.h"
13 #include "region.h"
14 #include "data_device_manager.h"
15 #include "binding.h"
16 #include "util.h"
17
18+#include <stdlib.h>
19+#include <stdio.h>
20+#include <libudev.h>
21+
22 static const char default_seat[] = "seat0";
23
24 static void calculate_damage(struct swc_compositor * compositor)
+0,
-2
1@@ -1,12 +1,10 @@
2 #include "output.h"
3-
4 #include "mode.h"
5 #include "util.h"
6
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10-
11 #include <libdrm/drm.h>
12 #include <xf86drm.h>
13
+1,
-0
1@@ -110,6 +110,7 @@ static void get_keyboard(struct wl_client * client, struct wl_resource * resourc
2 static void get_touch(struct wl_client * client, struct wl_resource * resource,
3 uint32_t id)
4 {
5+ /* XXX: Implement */
6 }
7
8 struct wl_seat_interface seat_implementation = {
+0,
-1
1@@ -47,6 +47,5 @@ void swc_seat_add_event_sources(struct swc_seat * seat,
2
3 void swc_seat_add_devices(struct swc_seat * seat, struct udev * udev);
4
5-
6 #endif
7