mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
layer_shell: Arrange popups even if exclusive zone doesn't change
This commit is contained in:
parent
1b5515400d
commit
1dc661af17
3 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
#define _SWAY_TRANSACTION_H
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
|
||||
/**
|
||||
* Transactions enable us to perform atomic layout updates.
|
||||
|
@ -58,4 +59,6 @@ bool transaction_notify_view_ready_by_serial(struct sway_view *view,
|
|||
bool transaction_notify_view_ready_by_geometry(struct sway_view *view,
|
||||
double x, double y, int width, int height);
|
||||
|
||||
void arrange_popups(struct wlr_scene_tree *popups);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue