parent
5bd7ff884d
commit
b10a43dabc
6 changed files with 23 additions and 6 deletions
|
|
@ -2547,9 +2547,8 @@ void CCompositor::warpCursorTo(const Vector2D& pos, bool force) {
|
|||
}
|
||||
|
||||
void CCompositor::closeWindow(PHLWINDOW pWindow) {
|
||||
if (pWindow && validMapped(pWindow)) {
|
||||
if (pWindow && validMapped(pWindow))
|
||||
g_pXWaylandManager->sendCloseWindow(pWindow);
|
||||
}
|
||||
}
|
||||
|
||||
PHLLS CCompositor::getLayerSurfaceFromSurface(SP<CWLSurfaceResource> pSurface) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue