xwayland: set _NET_WORKAREA property (#12148)
This commit is contained in:
parent
9eb82774e5
commit
ce9787b3f4
6 changed files with 67 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ class CXWM {
|
|||
int onEvent(int fd, uint32_t mask);
|
||||
SP<CX11DataDevice> getDataDevice();
|
||||
SP<IDataOffer> createX11DataOffer(SP<CWLSurfaceResource> surf, SP<IDataSource> source);
|
||||
void updateWorkArea(int x, int y, int w, int h);
|
||||
|
||||
private:
|
||||
void setCursor(unsigned char* pixData, uint32_t stride, const Vector2D& size, const Vector2D& hotspot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue