diff options
Diffstat (limited to 'src/libcoopgamma.h')
-rw-r--r-- | src/libcoopgamma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h index 3a76b9e..d552799 100644 --- a/src/libcoopgamma.h +++ b/src/libcoopgamma.h @@ -1088,7 +1088,7 @@ int libcoopgamma_connect(const char* restrict, const char* restrict, libcoopgamm * which case `ctx->error` (rather than `errno`) is read * for information about the error. */ -char** libcoopgamma_enumerate_crtcs(libcoopgamma_context_t* restrict); +char** libcoopgamma_get_crtcs(libcoopgamma_context_t* restrict); /** * Retrieve information about a CRTC:s gamma ramps |