diff options
author | Vaxry <[email protected]> | 2024-02-29 15:07:11 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-02-29 15:07:14 +0000 |
commit | 6916d0a6a316d602ff766abe5abffacf929b6801 (patch) | |
tree | 42a3008a1cc8925dd97ce3045f2715ae56bc22c9 /src/desktop/Popup.hpp | |
parent | bcec082a1c20da4b69d56b0f0f98e00ecb3b5c96 (diff) | |
download | Hyprland-6916d0a6a316d602ff766abe5abffacf929b6801.tar.gz Hyprland-6916d0a6a316d602ff766abe5abffacf929b6801.zip |
surface: unify owners
Diffstat (limited to 'src/desktop/Popup.hpp')
-rw-r--r-- | src/desktop/Popup.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/desktop/Popup.hpp b/src/desktop/Popup.hpp index 8279f7ed..48dae088 100644 --- a/src/desktop/Popup.hpp +++ b/src/desktop/Popup.hpp @@ -20,6 +20,8 @@ class CPopup { Vector2D coordsRelativeToParent(); Vector2D coordsGlobal(); + Vector2D size(); + void onNewPopup(wlr_xdg_popup* popup); void onDestroy(); void onMap(); |