mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: add option to set initial scale algorithm
The option is egl:scale. The scale algorithm number is displayed on the alert to make it easier to specify the number for the option.
This commit is contained in:
@@ -32,6 +32,9 @@ enum EGL_DesktopScaleType
|
||||
EGL_DESKTOP_DOWNSCALE,
|
||||
};
|
||||
|
||||
struct Option;
|
||||
bool egl_desktop_scale_validate(struct Option * opt, const char ** error);
|
||||
|
||||
bool egl_desktop_init(EGL_Desktop ** desktop, EGLDisplay * display);
|
||||
void egl_desktop_free(EGL_Desktop ** desktop);
|
||||
|
||||
|
Reference in New Issue
Block a user