Home
last modified time | relevance | path

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

/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dcompositor.cpp1065 ClientFrame *pbackground1 = dynamic_cast<ClientFrame *>(pbackground); in GenerateCommandBuffers() local
1066 if(pbackground1) in GenerateCommandBuffers()
1067 pbackground1->UpdateContents(&pcopyCommandBuffers[currentFrame]); in GenerateCommandBuffers()
1309 ClientFrame *pbackground1 = dynamic_cast<ClientFrame *>(pbackground); in ClearBackground() local
1310 if(pbackground1) in ClearBackground()
1311 delete pbackground1; in ClearBackground()