mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-29 02:43:48 -07:00
core: add additional headers for Popup.cpp and InputMethodRelay.hpp (#4909)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "Popup.hpp"
|
||||
#include "../Compositor.hpp"
|
||||
|
||||
CPopup::CPopup(CWindow* pOwner) : m_pWindowOwner(pOwner) {
|
||||
initAllSignals();
|
||||
@@ -232,4 +233,4 @@ void CPopup::recheckChildrenRecursive() {
|
||||
|
||||
Vector2D CPopup::size() {
|
||||
return m_vLastSize;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user