Searched refs:XDefaultDepth (Results 1 – 6 of 6) sorted by relevance
34 int (*XDefaultDepth)(Display *display, int screen_number); member
30 XDefaultDepth = (int (*)(Display*, int))getProcAddress(libX11, "XDefaultDepth"); in LibX11exports()
56 int depth = libX11->XDefaultDepth(x_display, screen); in FrameBufferX11()
91 #define XDefaultDepth XDEFAULTDEPTH macro
514 depth=(unsigned int) XDefaultDepth(display,XDefaultScreen(display)); in XAnnotateImage()1190 visual_template.depth=XDefaultDepth(display,XDefaultScreen(display)); in XBestVisualInfo()2336 depth=(unsigned int) XDefaultDepth(display,XDefaultScreen(display)); in XDrawImage()
78 #define XDefaultDepth XDEFAULTDEPTH macro