diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-22 02:40:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-22 02:41:45 +0200 |
commit | 89f245e8db86b8f9bd14bd184aed4c7ae571dcde (patch) | |
tree | 4a5ef8574dd783744e103749460f2da9d92fa425 /src/libgamma-method.h | |
parent | m + implement libgamma_translated_ramp_set_ (diff) | |
download | libgamma-89f245e8db86b8f9bd14bd184aed4c7ae571dcde.tar.gz libgamma-89f245e8db86b8f9bd14bd184aed4c7ae571dcde.tar.bz2 libgamma-89f245e8db86b8f9bd14bd184aed4c7ae571dcde.tar.xz |
misc + fake-w32-gdi
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-method.h')
-rw-r--r-- | src/libgamma-method.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index c3fb36a..f9d625a 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -113,8 +113,8 @@ /** * Capabilities of adjustment methods */ -typedef struct libgamma_method_capabilities { - +typedef struct libgamma_method_capabilities +{ /** * OR of the CRTC information fields in `libgamma_crtc_information_t` * that may (but can fail) be read successfully @@ -207,8 +207,8 @@ typedef struct libgamma_method_capabilities { * and the BSD:s, there can usually be any (feasible) number of * sites. In X.org parlance they are called displays. */ -typedef struct libgamma_site_state { - +typedef struct libgamma_site_state +{ /** * Adjustment method implementation specific data. * You as a user of this library should not touch this. @@ -259,8 +259,8 @@ typedef struct libgamma_site_state { * On hardware-level adjustment methods, such as Direct * Rendering Manager, a partition is a graphics card. */ -typedef struct libgamma_partition_state { - +typedef struct libgamma_partition_state +{ /** * Adjustment method implementation specific data. * You as a user of this library should not touch this. @@ -294,8 +294,8 @@ typedef struct libgamma_partition_state { * monitor that is plugged in to the connector * that the CRTC belongs to */ -typedef struct libgamma_crtc_state { - +typedef struct libgamma_crtc_state +{ /** * Adjustment method implementation specific data. * You as a user of this library should not touch this. @@ -400,8 +400,8 @@ typedef struct libgamma_crtc_state { /** * Cathode ray tube controller information data structure */ -typedef struct libgamma_crtc_information { - +typedef struct libgamma_crtc_information +{ /** * The Extended Display Identification Data associated with * the attached monitor. This is raw byte array that is usually |