mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Merge 0c45122862 into 81246fc6dc
This commit is contained in:
commit
2bd2bfdd73
5 changed files with 18 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include "list.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ struct sway_output {
|
|||
struct wlr_scene_rect *fullscreen_background;
|
||||
|
||||
struct wlr_output *wlr_output;
|
||||
char *previous_output_name;
|
||||
|
||||
struct wlr_scene_output *scene_output;
|
||||
struct sway_server *server;
|
||||
struct wl_list link;
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ struct sway_workspace {
|
|||
struct side_gaps gaps_outer;
|
||||
|
||||
struct sway_output *output; // NULL if no outputs are connected
|
||||
char *previous_output_name; // NULL if no previous output
|
||||
list_t *floating; // struct sway_container
|
||||
list_t *tiling; // struct sway_container
|
||||
list_t *output_priority;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue