wayland/core: move to new impl (#6268)
* wayland/core/dmabuf: move to new impl it's the final countdown
This commit is contained in:
parent
c31d9ef417
commit
6967a31450
147 changed files with 5388 additions and 2226 deletions
|
|
@ -213,7 +213,7 @@ class CWindow {
|
|||
public:
|
||||
~CWindow();
|
||||
|
||||
CWLSurface m_pWLSurface;
|
||||
SP<CWLSurface> m_pWLSurface;
|
||||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
|
|
@ -396,7 +396,7 @@ class CWindow {
|
|||
IHyprWindowDecoration* getDecorationByType(eDecorationType);
|
||||
void removeDecorationByType(eDecorationType);
|
||||
void updateToplevel();
|
||||
void updateSurfaceScaleTransformDetails();
|
||||
void updateSurfaceScaleTransformDetails(bool force = false);
|
||||
void moveToWorkspace(PHLWORKSPACE);
|
||||
PHLWINDOW X11TransientFor();
|
||||
void onUnmap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue