diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 06:53:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 06:53:25 +0200 |
commit | 0dc1c9c3be6a1b7a08f397dba198328df451733c (patch) | |
tree | d154ddc369485c4ba13aef2a744f465bc85d9cff /src/libgamma-method.h | |
parent | add makefile + implement adjustment method common functions (diff) | |
download | libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.gz libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.bz2 libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.xz |
m + call adjustment method specific functions
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-method.h')
-rw-r--r-- | src/libgamma-method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index 256b1f0..4c34cb0 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -281,7 +281,7 @@ typedef struct libgamma_crtc_state { /** * The partition this CRTC belongs to */ - libgamma_partition_state_t* site; + libgamma_partition_state_t* partition; /** * The index of the CRTC within its partition. |