mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 06:31:57 -07:00
render ls popups correctly
This commit is contained in:
@@ -284,6 +284,9 @@ void CHyprRenderer::renderLayer(SLayerSurface* pLayer, CMonitor* pMonitor, times
|
|||||||
renderdata.w = pLayer->layerSurface->surface->current.width;
|
renderdata.w = pLayer->layerSurface->surface->current.width;
|
||||||
renderdata.h = pLayer->layerSurface->surface->current.height;
|
renderdata.h = pLayer->layerSurface->surface->current.height;
|
||||||
wlr_surface_for_each_surface(pLayer->layerSurface->surface, renderSurface, &renderdata);
|
wlr_surface_for_each_surface(pLayer->layerSurface->surface, renderSurface, &renderdata);
|
||||||
|
|
||||||
|
renderdata.squishOversized = false; // don't squish popups
|
||||||
|
wlr_layer_surface_v1_for_each_popup_surface(pLayer->layerSurface, renderSurface, &renderdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CHyprRenderer::renderAllClientsForMonitor(const int& ID, timespec* time) {
|
void CHyprRenderer::renderAllClientsForMonitor(const int& ID, timespec* time) {
|
||||||
|
Reference in New Issue
Block a user