commit 1fa2e95
Michael Forney
·
2013-09-13 08:44:24 +0000 UTC
parent 903ab43
Style
3 files changed,
+3,
-4
+1,
-1
1@@ -8,7 +8,7 @@
2
3 struct wld_drm_context * context;
4
5-enum swc_drm_event
6+enum swc_drm_event_type
7 {
8 SWC_DRM_PAGE_FLIP
9 };
+2,
-2
1@@ -11,10 +11,10 @@
2
3 #define SWC_OUTPUT_MASK(output) (1 << (output)->id)
4
5+struct swc_mode;
6+
7 struct swc_output
8 {
9- /* Outputs need IDs so surfaces can keep track of which output they are
10- * visible on. */
11 uint32_t id;
12
13 struct swc_drm * drm;
+0,
-1
1@@ -5,4 +5,3 @@ CLEANFILES = $(BUILT_SOURCES)
2
3 @wayland_scanner_rules@
4
5-