commit 88d98cd

Michael Forney  ·  2013-11-25 11:01:54 +0000 UTC
parent baf362d
binding.{c,h} -> bindings.{c,h}
5 files changed,  +7, -8
+1, -1
1@@ -59,7 +59,7 @@ SWC_SOURCES +=                      \
2     libswc/window.c                 \
3     libswc/shell.c                  \
4     libswc/shell_surface.c          \
5-    libswc/binding.c
6+    libswc/bindings.c
7 
8 SWC_STATIC_OBJECTS = $(SWC_SOURCES:%.c=%.o)
9 SWC_SHARED_OBJECTS = $(SWC_SOURCES:%.c=%.lo)
R libswc/binding.c => libswc/bindings.c
+2, -2
 1@@ -1,4 +1,4 @@
 2-/* swc: swc/binding.c
 3+/* swc: swc/bindings.c
 4  *
 5  * Copyright (c) 2013 Michael Forney
 6  *
 7@@ -22,7 +22,7 @@
 8  */
 9 
10 #include "swc.h"
11-#include "binding.h"
12+#include "bindings.h"
13 #include "keyboard.h"
14 #include "util.h"
15 
R libswc/binding.h => libswc/bindings.h
+3, -3
 1@@ -1,4 +1,4 @@
 2-/* swc: libswc/binding.h
 3+/* swc: libswc/bindings.h
 4  *
 5  * Copyright (c) 2013 Michael Forney
 6  *
 7@@ -21,8 +21,8 @@
 8  * SOFTWARE.
 9  */
10 
11-#ifndef SWC_BINDING_H
12-#define SWC_BINDING_H
13+#ifndef SWC_BINDINGS_H
14+#define SWC_BINDINGS_H
15 
16 #include <stdbool.h>
17 
+0, -1
1@@ -1,5 +1,4 @@
2 #include "swc.h"
3-#include "binding.h"
4 #include "compositor.h"
5 #include "compositor_surface.h"
6 #include "cursor_surface.h"
+1, -1
1@@ -22,7 +22,7 @@
2  */
3 
4 #include "swc.h"
5-#include "binding.h"
6+#include "bindings.h"
7 #include "compositor.h"
8 #include "internal.h"
9 #include "shell.h"