feat(ui): include compositor info with multigrid

Provide compositor information, like composition index and absolute
position.
This commit is contained in:
Fred Sundvik
2024-11-04 20:49:45 +02:00
committed by bfredl
parent c58c650adf
commit f29856d034
13 changed files with 666 additions and 397 deletions

View File

@@ -102,11 +102,13 @@ struct ScreenGrid {
// compositor should momentarily ignore the grid. Used internally when
// moving around grids etc.
bool comp_disabled;
bool composition_updated;
};
#define SCREEN_GRID_INIT { 0, NULL, NULL, NULL, NULL, NULL, 0, 0, false, \
false, 0, 0, NULL, false, true, 0, \
0, 0, 0, 0, 0, false }
0, 0, 0, 0, 0, false, true }
typedef struct {
int args[3];