File tree 1 file changed +1
-3
lines changed
src/declarative/components
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -129,15 +129,13 @@ void PopupQuickWindow::setWindowType()
129
129
}
130
130
}
131
131
132
- struct ::wl_output *output = static_cast <struct ::wl_output *>(
133
- native->nativeResourceForScreen (" output" , screen ()));
134
132
struct ::wl_surface *parent = static_cast <struct ::wl_surface *>(
135
133
native->nativeResourceForWindow (" surface" , parentWindow));
136
134
struct ::wl_surface *surface = static_cast <struct ::wl_surface *>(
137
135
native->nativeResourceForWindow (" surface" , this ));
138
136
139
137
struct ::wl_hawaii_popup_surface *popupSurface =
140
- RegistryListener::instance ()->shellSurface ()->set_popup (output, parent, surface,
138
+ RegistryListener::instance ()->shellSurface ()->set_popup (parent, surface,
141
139
pos.x (), pos.y ());
142
140
m_popupSurface->init (popupSurface);
143
141
}
You can’t perform that action at this time.
0 commit comments