mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] fix invalid method names
This commit is contained in:
parent
4bceaf5505
commit
3016f0c53e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user