mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 01:34:13 +00:00
[client] fix invalid method names
This commit is contained in:
@@ -116,7 +116,7 @@ static struct Option egl_options[] =
|
||||
.description = "Enable vsync",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = false,
|
||||
.validator = &vsync_option_validator
|
||||
.validator = &egl_vsync_option_validator
|
||||
},
|
||||
{
|
||||
.module = "egl",
|
||||
|
@@ -74,7 +74,7 @@ static struct Option opengl_options[] =
|
||||
.description = "Enable vsync",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = false,
|
||||
.validator = &vsync_option_validator
|
||||
.validator = &opengl_vsync_option_validator
|
||||
},
|
||||
{
|
||||
.module = "opengl",
|
||||
|
Reference in New Issue
Block a user