Home
last modified time | relevance | path

Searched refs:pPixmapProperty (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dmain.cpp544 …const Backend::BackendPixmapProperty *pPixmapProperty = static_cast<const Backend::BackendPixmapPr… in PropertyChange() local
547 pcomp11->SetBackgroundPixmap(pPixmapProperty); in PropertyChange()
H A Dcompositor.cpp1941 void X11Compositor::SetBackgroundPixmap(const Backend::BackendPixmapProperty *pPixmapProperty){ in SetBackgroundPixmap() argument
1946 if(pPixmapProperty->pixmap != 0){ in SetBackgroundPixmap()
1947 …xcb_get_geometry_cookie_t geometryCookie = xcb_get_geometry(pbackend->pcon,pPixmapProperty->pixmap… in SetBackgroundPixmap()
1955 …pbackground = new X11Background(pPixmapProperty->pixmap,pgeometryReply->width,pgeometryReply->heig… in SetBackgroundPixmap()