diff options
Diffstat (limited to 'src/w32gdi.h')
-rw-r--r-- | src/w32gdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32gdi.h b/src/w32gdi.h index 785807b..6a7c1c2 100644 --- a/src/w32gdi.h +++ b/src/w32gdi.h @@ -34,4 +34,5 @@ void w32gdi_free(w32gdi_state_t *state); void w32gdi_restore(w32gdi_state_t *state); int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float gamma[3]); + #endif /* ! _REDSHIFT_W32GDI_H */ |