MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getDrawable

Method getDrawable

source/x11/xserver.cpp:447–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447XDrawablePtr XServer::getDrawable(U32 xid) {
448 XDrawablePtr result = getPixmap(xid);
449 if (result) {
450 return result;
451 }
452 return getWindow(xid);
453}
454
455void XServer::addCursor(const XCursorPtr& cursor) {
456 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(cursorsMutex);

Callers 12

gl_common_XMakeCurrentFunction · 0.80
gl_common_XSwapBuffersFunction · 0.80
x11_CopyAreaFunction · 0.80
x11_GetImageFunction · 0.80
x11_PutImageFunction · 0.80
x11_CreatePixmapFunction · 0.80
x11_CreateBitmapFromDataFunction · 0.80
x11_CreateGCFunction · 0.80
x11_DrawLineFunction · 0.80
x11_DrawRectangleFunction · 0.80
x11_FillRectangleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected