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