diff options
author | Greg Hackmann <ghackmann@google.com> | 2012-05-14 20:03:23 -0700 |
---|---|---|
committer | Greg Hackmann <ghackmann@google.com> | 2012-05-15 14:30:34 -0700 |
commit | fc3477b72f90643708f4c1c6f5b78ff8baf531d5 (patch) | |
tree | d8020b21169061bc5e163775692a7d1d54cd353d /include | |
parent | 73c3d77e2e2389a804a0810fca99012f876bd8bc (diff) | |
download | device_samsung_crespo-fc3477b72f90643708f4c1c6f5b78ff8baf531d5.zip device_samsung_crespo-fc3477b72f90643708f4c1c6f5b78ff8baf531d5.tar.gz device_samsung_crespo-fc3477b72f90643708f4c1c6f5b78ff8baf531d5.tar.bz2 |
libhwcomposer: VSYNC_ACTIVE ioctl -> VSYNC_INT
VSYNC_INT fixed in kernel, and redundant VSYNC_ACTIVE removed
Change-Id: I4f93f5baf8fd357cd819a26650b0d821a357d7c8
Signed-off-by: Greg Hackmann <ghackmann@google.com>
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) |