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/gamma-quartz-cg.c | |
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/gamma-quartz-cg.c')
-rw-r--r-- | src/gamma-quartz-cg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gamma-quartz-cg.c b/src/gamma-quartz-cg.c index fc0a4e2..598780f 100644 --- a/src/gamma-quartz-cg.c +++ b/src/gamma-quartz-cg.c @@ -23,6 +23,8 @@ #include "libgamma-error.h" +#include <errno.h> + /** * Return the capabilities of the adjustment method @@ -33,7 +35,7 @@ void libgamma_quartz_cg_method_capabilities(libgamma_method_capabilities_t* rest { this->crtc_information = CRTC_INFO_GAMMA_SIZE | CRTC_INFO_GAMMA_DEPTH; - this->default_site_known = NULL; + this->default_site_known = 1; this->multiple_sites = 0; this->multiple_partitions = 0; this->multiple_crtcs = 1; |