commit d96dcde

Michael Forney  ·  2013-11-25 10:47:28 +0000 UTC
parent 5120f4f
private.h -> internal.h
6 files changed,  +8, -8
+1, -1
 1@@ -24,8 +24,8 @@
 2 #include "drm.h"
 3 #include "drm_buffer.h"
 4 #include "event.h"
 5+#include "internal.h"
 6 #include "output.h"
 7-#include "private.h"
 8 
 9 #include <stdio.h>
10 #include <stdlib.h>
R libswc/private.h => libswc/internal.h
+3, -3
 1@@ -1,4 +1,4 @@
 2-/* swc: swc/private.h
 3+/* swc: swc/internal.h
 4  *
 5  * Copyright (c) 2013 Michael Forney
 6  *
 7@@ -21,8 +21,8 @@
 8  * SOFTWARE.
 9  */
10 
11-#ifndef SWC_PRIVATE_H
12-#define SWC_PRIVATE_H
13+#ifndef SWC_INTERNAL_H
14+#define SWC_INTERNAL_H
15 
16 struct wl_display;
17 struct wl_event_loop;
+1, -1
1@@ -1,7 +1,7 @@
2 #include "seat.h"
3 #include "evdev_device.h"
4 #include "event.h"
5-#include "private.h"
6+#include "internal.h"
7 #include "util.h"
8 
9 #include <stdlib.h>
+1, -1
1@@ -22,7 +22,7 @@
2  */
3 
4 #include "shell.h"
5-#include "private.h"
6+#include "internal.h"
7 #include "shell_surface.h"
8 
9 #include <wayland-server.h>
+1, -1
 1@@ -22,9 +22,9 @@
 2  */
 3 
 4 #include "swc.h"
 5-#include "private.h"
 6 #include "binding.h"
 7 #include "compositor.h"
 8+#include "internal.h"
 9 #include "shell.h"
10 #include "window.h"
11 
+1, -1
1@@ -24,7 +24,7 @@
2 #include "window.h"
3 #include "compositor.h"
4 #include "compositor_surface.h"
5-#include "private.h"
6+#include "internal.h"
7 #include "swc.h"
8 
9 #include <stdlib.h>