diff options
Diffstat (limited to 'src/crtc-server/server.h')
-rw-r--r-- | src/crtc-server/server.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/crtc-server/server.h b/src/crtc-server/server.h index bc9ecf8..7dcfb18 100644 --- a/src/crtc-server/server.h +++ b/src/crtc-server/server.h @@ -55,6 +55,13 @@ GCC_ONLY(__attribute__((nonnull))) char* get_crtc_name(const libgamma_crtc_information_t* restrict info, const libgamma_crtc_state_t* restrict crtc); +/** + * Get partitions and CRTC:s + * + * @return Zero on success, -1 on error + */ +int initialise_crtcs(void); + #endif |