diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/sec_lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sec_lcd.h b/include/sec_lcd.h index b829f0e..6a3a34a 100755 --- a/include/sec_lcd.h +++ b/include/sec_lcd.h @@ -33,7 +33,7 @@ struct secfb_user_window { #define FBIO_WAITFORVSYNC _IO ('F', 32) #define SECFB_WIN_POSITION _IOW ('F', 203, struct secfb_user_window) -#define S3CFB_SET_VSYNC_ACTIVE _IOW ('F', 208, uint32_t) +#define S3CFB_SET_VSYNC_INT _IOW ('F', 206, uint32_t) #define DEFAULT_LCD_WIDTH (480) #define DEFAULT_LCD_HEIGHT (800) |