mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-13 07:10:35 +01:00
xwayland: fix pure wayland build
This commit is contained in:
parent
ed2b203ad9
commit
f8b9148de7
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ void CXWaylandSurface::ping() {
|
|||
|
||||
#else
|
||||
|
||||
CXWaylandSurface::CXWaylandSurface(uint32_t xID_, CBox geometry_, bool OR) : xID(xID_), geometry(geometry_), overrideRedirect(OR) {
|
||||
CXWaylandSurface::CXWaylandSurface(uint32_t xID_, CBox geometry_, bool OR) : m_xID(xID_), m_geometry(geometry_), m_overrideRedirect(OR) {
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue