swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 63e0551bf553853ac1fd927bf42b6ed97ac95be6
parent 2134d7411148d4f29672b03768651098748b1ed1
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 23 Nov 2013 23:01:13 -0800

Style (#define FOO_H 1 -> #define FOO_H)

Diffstat:
Mlaunch/protocol.h | 2+-
Mlibswc/compositor.h | 2+-
Mlibswc/compositor_surface.h | 2+-
Mlibswc/cursor_surface.h | 2+-
Mlibswc/data.h | 2+-
Mlibswc/data_device.h | 2+-
Mlibswc/data_device_manager.h | 2+-
Mlibswc/drm.h | 2+-
Mlibswc/drm_buffer.h | 2+-
Mlibswc/evdev_device.h | 2+-
Mlibswc/input_focus.h | 2+-
Mlibswc/keyboard.h | 2+-
Mlibswc/output.h | 2+-
Mlibswc/plane.h | 2+-
Mlibswc/pointer.h | 2+-
Mlibswc/region.h | 2+-
Mlibswc/renderer.h | 2+-
Mlibswc/seat.h | 2+-
Mlibswc/surface.h | 2+-
Mlibswc/util.h | 2+-
Mlibswc/xkb.h | 2+-
21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/launch/protocol.h b/launch/protocol.h @@ -1,5 +1,5 @@ #ifndef SWC_LAUNCH_PROTOCOL_H -#define SWC_LAUNCH_PROTOCOL_H 1 +#define SWC_LAUNCH_PROTOCOL_H #include <stdbool.h> #include <sys/types.h> diff --git a/libswc/compositor.h b/libswc/compositor.h @@ -1,5 +1,5 @@ #ifndef SWC_COMPOSITOR_H -#define SWC_COMPOSITOR_H 1 +#define SWC_COMPOSITOR_H #include "drm.h" #include "seat.h" diff --git a/libswc/compositor_surface.h b/libswc/compositor_surface.h @@ -22,7 +22,7 @@ */ #ifndef SWC_COMPOSITOR_SURFACE_H -#define SWC_COMPOSITOR_SURFACE_H 1 +#define SWC_COMPOSITOR_SURFACE_H #include "surface.h" diff --git a/libswc/cursor_surface.h b/libswc/cursor_surface.h @@ -22,7 +22,7 @@ */ #ifndef SWC_CURSOR_SURFACE_H -#define SWC_CURSOR_SURFACE_H 1 +#define SWC_CURSOR_SURFACE_H #include "surface.h" diff --git a/libswc/data.h b/libswc/data.h @@ -22,7 +22,7 @@ */ #ifndef SWC_DATA_H -#define SWC_DATA_H 1 +#define SWC_DATA_H #include <stdint.h> diff --git a/libswc/data_device.h b/libswc/data_device.h @@ -22,7 +22,7 @@ */ #ifndef SWC_DATA_DEVICE_H -#define SWC_DATA_DEVICE_H 1 +#define SWC_DATA_DEVICE_H #include "event.h" diff --git a/libswc/data_device_manager.h b/libswc/data_device_manager.h @@ -22,7 +22,7 @@ */ #ifndef SWC_DATA_DEVICE_MANAGER_H -#define SWC_DATA_DEVICE_MANAGER_H 1 +#define SWC_DATA_DEVICE_MANAGER_H #include <wayland-server.h> diff --git a/libswc/drm.h b/libswc/drm.h @@ -1,5 +1,5 @@ #ifndef SWC_DRM_H -#define SWC_DRM_H 1 +#define SWC_DRM_H #include <stdbool.h> #include <stdint.h> diff --git a/libswc/drm_buffer.h b/libswc/drm_buffer.h @@ -22,7 +22,7 @@ */ #ifndef SWC_DRM_BUFFER_H -#define SWC_DRM_BUFFER_H 1 +#define SWC_DRM_BUFFER_H #include <stdint.h> diff --git a/libswc/evdev_device.h b/libswc/evdev_device.h @@ -1,5 +1,5 @@ #ifndef SWC_EVDEV_DEVICE_H -#define SWC_EVDEV_DEVICE_H 1 +#define SWC_EVDEV_DEVICE_H #include <stdbool.h> #include <linux/input.h> diff --git a/libswc/input_focus.h b/libswc/input_focus.h @@ -22,7 +22,7 @@ */ #ifndef SWC_INPUT_FOCUS_H -#define SWC_INPUT_FOCUS_H 1 +#define SWC_INPUT_FOCUS_H #include <stdbool.h> #include <wayland-server.h> diff --git a/libswc/keyboard.h b/libswc/keyboard.h @@ -1,5 +1,5 @@ #ifndef SWC_KEYBOARD_H -#define SWC_KEYBOARD_H 1 +#define SWC_KEYBOARD_H #include "surface.h" #include "input_focus.h" diff --git a/libswc/output.h b/libswc/output.h @@ -1,5 +1,5 @@ #ifndef SWC_OUTPUT_H -#define SWC_OUTPUT_H 1 +#define SWC_OUTPUT_H #include "plane.h" diff --git a/libswc/plane.h b/libswc/plane.h @@ -22,7 +22,7 @@ */ #ifndef SWC_PLANE_H -#define SWC_PLANE_H 1 +#define SWC_PLANE_H #include "util.h" diff --git a/libswc/pointer.h b/libswc/pointer.h @@ -1,5 +1,5 @@ #ifndef SWC_POINTER_H -#define SWC_POINTER_H 1 +#define SWC_POINTER_H #include "surface.h" #include "input_focus.h" diff --git a/libswc/region.h b/libswc/region.h @@ -1,5 +1,5 @@ #ifndef SWC_REGION_H -#define SWC_REGION_H 1 +#define SWC_REGION_H #include <stdbool.h> #include <pixman.h> diff --git a/libswc/renderer.h b/libswc/renderer.h @@ -1,5 +1,5 @@ #ifndef SWC_RENDERER_H -#define SWC_RENDERER_H 1 +#define SWC_RENDERER_H #include "output.h" #include "surface.h" diff --git a/libswc/seat.h b/libswc/seat.h @@ -1,5 +1,5 @@ #ifndef SWC_SEAT_H -#define SWC_SEAT_H 1 +#define SWC_SEAT_H #include "xkb.h" #include "data_device.h" diff --git a/libswc/surface.h b/libswc/surface.h @@ -22,7 +22,7 @@ */ #ifndef SWC_SURFACE_H -#define SWC_SURFACE_H 1 +#define SWC_SURFACE_H #include <stdbool.h> #include <wayland-server.h> diff --git a/libswc/util.h b/libswc/util.h @@ -1,5 +1,5 @@ #ifndef SWC_UTIL_H -#define SWC_UTIL_H 1 +#define SWC_UTIL_H #include <stdlib.h> #include <stdbool.h> diff --git a/libswc/xkb.h b/libswc/xkb.h @@ -2,7 +2,7 @@ #include <xkbcommon/xkbcommon.h> #ifndef SWC_XKB_H -#define SWC_XKB_H 1 +#define SWC_XKB_H struct swc_xkb {