aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_dummy_get_crtc_information.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_dummy_get_crtc_information.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgamma_dummy_get_crtc_information.c b/libgamma_dummy_get_crtc_information.c
index 2fb4ec6..f8f885e 100644
--- a/libgamma_dummy_get_crtc_information.c
+++ b/libgamma_dummy_get_crtc_information.c
@@ -9,11 +9,11 @@
* @param this Instance of a data structure to fill with the information about the CRTC
* @param crtc The state of the CRTC whose information should be read
* @param fields OR:ed identifiers for the information about the CRTC that should be read
- * @return Zero on success, -1 on error. On error refer to the error reports in `this`
+ * @return Zero on success, -1 on error; on error refer to the error reports in `this`
*/
int
libgamma_dummy_get_crtc_information(libgamma_crtc_information_t *restrict this,
- libgamma_crtc_state_t *restrict crtc, int32_t fields)
+ libgamma_crtc_state_t *restrict crtc, unsigned long long fields)
{
libgamma_dummy_crtc_t *restrict data = crtc->data;
int supported = libgamma_dummy_internal_configurations.capabilities.crtc_information;