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

@@ -5,7 +5,7 @@
#define OWB_CONFIG_MAGIC 0x4f574243u /* OWBC */
#define OWB_COMMAND_MAGIC 0x4f574245u /* OWBE */
#define OWB_PROTOCOL_VERSION 2u
#define OWB_PROTOCOL_VERSION 3u
#define OWB_MAX_STRING (16u * 1024u * 1024u)
#define OWB_SHARED_MAGIC 0x4f574246u /* OWBF */
#define OWB_SHARED_FRAME_FD 198
@@ -17,6 +17,7 @@ struct owb_config_header {
uint32_t width;
uint32_t height;
uint32_t fps;
uint32_t zoom_percent;
uint32_t transparent;
uint32_t hardware_acceleration;
uint32_t url_length;