Searched refs:XResizeWindow (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_glx.c | 1715 * Basically, XResizeWindow() doesn't seem to always take effect 1722 crDebug("Render SPU: XResizeWindow (%x, %x, %d, %d)", window->visual->dpy, window->window, w, h); 1723 XResizeWindow(window->visual->dpy, window->window, w, h);
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | vms_x_fix.h | 268 #define XResizeWindow XRESIZEWINDOW macro
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xwin.c | 2159 XResizeWindow(g_display, g_wnd, g_width, g_height);
|
Completed in 2565 milliseconds