From fc3477b72f90643708f4c1c6f5b78ff8baf531d5 Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Mon, 14 May 2012 20:03:23 -0700 Subject: libhwcomposer: VSYNC_ACTIVE ioctl -> VSYNC_INT VSYNC_INT fixed in kernel, and redundant VSYNC_ACTIVE removed Change-Id: I4f93f5baf8fd357cd819a26650b0d821a357d7c8 Signed-off-by: Greg Hackmann --- include/sec_lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.1