mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Merge branch 'wlroots' into feature/input
This commit is contained in:
commit
a949d7de5a
6 changed files with 57 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ struct output_config {
|
|||
int width, height;
|
||||
float refresh_rate;
|
||||
int x, y;
|
||||
int scale;
|
||||
float scale;
|
||||
int32_t transform;
|
||||
|
||||
char *background;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
json_object *ipc_json_get_version();
|
||||
|
||||
json_object *ipc_json_describe_container(swayc_t *c);
|
||||
json_object *ipc_json_describe_container_recursive(swayc_t *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue