swc

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

commit 1fa2e9598edaa241c5e67326c9e8ff5734563eb2
parent 903ab43ad4eaea8bc10a98d3a1b0b9b581c3f5a6
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 13 Sep 2013 01:44:24 -0700

Style

Diffstat:
Mlibswc/drm.h | 2+-
Mlibswc/output.h | 4++--
Mprotocol/Makefile.am | 1-
3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/libswc/drm.h b/libswc/drm.h @@ -8,7 +8,7 @@ struct wld_drm_context * context; -enum swc_drm_event +enum swc_drm_event_type { SWC_DRM_PAGE_FLIP }; diff --git a/libswc/output.h b/libswc/output.h @@ -11,10 +11,10 @@ #define SWC_OUTPUT_MASK(output) (1 << (output)->id) +struct swc_mode; + struct swc_output { - /* Outputs need IDs so surfaces can keep track of which output they are - * visible on. */ uint32_t id; struct swc_drm * drm; diff --git a/protocol/Makefile.am b/protocol/Makefile.am @@ -5,4 +5,3 @@ CLEANFILES = $(BUILT_SOURCES) @wayland_scanner_rules@ -