Add scale support

This commit is contained in:
2026-07-20 10:23:57 +05:00
parent 53161f3f2c
commit 07bd12ee9a
13 changed files with 88 additions and 22 deletions

View File

@@ -109,6 +109,7 @@ int main(int argc, char **argv)
struct owb_config_header config = {
.magic = OWB_CONFIG_MAGIC, .version = OWB_PROTOCOL_VERSION,
.width = width, .height = height, .fps = requested_fps, .transparent = 1,
.zoom_percent = 100,
.hardware_acceleration = 1,
.url_length = sizeof(url) - 1, .css_length = (uint32_t)css_length,
};