fixed tiled popups going behind windows
This commit is contained in:
parent
bf8bd87d11
commit
2f3b2db83d
5 changed files with 100 additions and 32 deletions
|
|
@ -72,6 +72,12 @@ struct SRenderData {
|
|||
bool squishOversized = false;
|
||||
};
|
||||
|
||||
struct SExtensionFindingData {
|
||||
Vector2D origin;
|
||||
Vector2D vec;
|
||||
wlr_surface** found;
|
||||
};
|
||||
|
||||
struct SStringRuleNames {
|
||||
std::string layout = "";
|
||||
std::string model = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue