commit 63e0551
Michael Forney
·
2013-11-24 07:01:13 +0000 UTC
parent 2134d74
Style (#define FOO_H 1 -> #define FOO_H)
21 files changed,
+21,
-21
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_LAUNCH_PROTOCOL_H
3-#define SWC_LAUNCH_PROTOCOL_H 1
4+#define SWC_LAUNCH_PROTOCOL_H
5
6 #include <stdbool.h>
7 #include <sys/types.h>
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_COMPOSITOR_H
3-#define SWC_COMPOSITOR_H 1
4+#define SWC_COMPOSITOR_H
5
6 #include "drm.h"
7 #include "seat.h"
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_COMPOSITOR_SURFACE_H
5-#define SWC_COMPOSITOR_SURFACE_H 1
6+#define SWC_COMPOSITOR_SURFACE_H
7
8 #include "surface.h"
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_CURSOR_SURFACE_H
5-#define SWC_CURSOR_SURFACE_H 1
6+#define SWC_CURSOR_SURFACE_H
7
8 #include "surface.h"
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_DATA_H
5-#define SWC_DATA_H 1
6+#define SWC_DATA_H
7
8 #include <stdint.h>
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_DATA_DEVICE_H
5-#define SWC_DATA_DEVICE_H 1
6+#define SWC_DATA_DEVICE_H
7
8 #include "event.h"
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_DATA_DEVICE_MANAGER_H
5-#define SWC_DATA_DEVICE_MANAGER_H 1
6+#define SWC_DATA_DEVICE_MANAGER_H
7
8 #include <wayland-server.h>
9
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_DRM_H
3-#define SWC_DRM_H 1
4+#define SWC_DRM_H
5
6 #include <stdbool.h>
7 #include <stdint.h>
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_DRM_BUFFER_H
5-#define SWC_DRM_BUFFER_H 1
6+#define SWC_DRM_BUFFER_H
7
8 #include <stdint.h>
9
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_EVDEV_DEVICE_H
3-#define SWC_EVDEV_DEVICE_H 1
4+#define SWC_EVDEV_DEVICE_H
5
6 #include <stdbool.h>
7 #include <linux/input.h>
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_INPUT_FOCUS_H
5-#define SWC_INPUT_FOCUS_H 1
6+#define SWC_INPUT_FOCUS_H
7
8 #include <stdbool.h>
9 #include <wayland-server.h>
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_KEYBOARD_H
3-#define SWC_KEYBOARD_H 1
4+#define SWC_KEYBOARD_H
5
6 #include "surface.h"
7 #include "input_focus.h"
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_OUTPUT_H
3-#define SWC_OUTPUT_H 1
4+#define SWC_OUTPUT_H
5
6 #include "plane.h"
7
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_PLANE_H
5-#define SWC_PLANE_H 1
6+#define SWC_PLANE_H
7
8 #include "util.h"
9
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_POINTER_H
3-#define SWC_POINTER_H 1
4+#define SWC_POINTER_H
5
6 #include "surface.h"
7 #include "input_focus.h"
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_REGION_H
3-#define SWC_REGION_H 1
4+#define SWC_REGION_H
5
6 #include <stdbool.h>
7 #include <pixman.h>
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_RENDERER_H
3-#define SWC_RENDERER_H 1
4+#define SWC_RENDERER_H
5
6 #include "output.h"
7 #include "surface.h"
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_SEAT_H
3-#define SWC_SEAT_H 1
4+#define SWC_SEAT_H
5
6 #include "xkb.h"
7 #include "data_device.h"
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef SWC_SURFACE_H
5-#define SWC_SURFACE_H 1
6+#define SWC_SURFACE_H
7
8 #include <stdbool.h>
9 #include <wayland-server.h>
+1,
-1
1@@ -1,5 +1,5 @@
2 #ifndef SWC_UTIL_H
3-#define SWC_UTIL_H 1
4+#define SWC_UTIL_H
5
6 #include <stdlib.h>
7 #include <stdbool.h>
+1,
-1
1@@ -2,7 +2,7 @@
2 #include <xkbcommon/xkbcommon.h>
3
4 #ifndef SWC_XKB_H
5-#define SWC_XKB_H 1
6+#define SWC_XKB_H
7
8 struct swc_xkb
9 {