move X11 transients to top on parent top

This commit is contained in:
vaxerski
2022-08-28 19:47:06 +02:00
parent c757fa54e1
commit 5da114477f
3 changed files with 45 additions and 5 deletions

View File

@@ -159,4 +159,5 @@ public:
void updateToplevel();
void updateSurfaceOutputs();
void moveToWorkspace(int);
CWindow* X11TransientFor();
};