Searched defs:desktop (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c109 Get current desktop number
371 int desktop; local
382 desktop = *prop_return;
384 return desktop;
389 ewmh_move_to_desktop(Window wnd, unsigned int desktop) argument
398 xevent.xclient.data.l[0] = desktop;
H A Dxwin.c86 unsigned int desktop; member in struct:_seamless_window
356 /* Move all windows except wnd to new desktop */
358 sw_all_to_desktop(Window wnd, unsigned int desktop) argument
365 if (sw->desktop != desktop)
367 ewmh_move_to_desktop(sw->wnd, desktop);
368 sw->desktop = desktop;
1881 warning("Remote desktop colour depth %d higher than display colour depth %d.\n",
1931 * Determine desktop siz
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c735 HDESK desktop; local
765 * get the input desktop. */
767 desktop = OpenInputDesktop( 0, FALSE,
773 if ( !desktop )
775 crError( "Render SPU: Couldn't acquire input desktop" );
778 crDebug( "Render SPU: Got the desktop: 0x%x", desktop );
780 if ( !SetThreadDesktop( desktop ) )
786 /*crError( "Couldn't set thread to input desktop" ); */
788 crDebug( "Render SPU: Set the thread desktop
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp475 /* If it's a Xinerama desktop: */
500 /* Get virtual desktop window: */
2590 * within the available desktop area. If \a aWidget is bigger then this area,
2593 * simply aligned with the top left corner of the available desktop area).
2598 * be centered relative to the available desktop area.
2612 deskGeo = QApplication::desktop()->availableGeometry (w);
2623 deskGeo = QApplication::desktop()->availableGeometry();
2670 /* ensure the widget is within the available desktop area */
2885 * Returns the required video memory in bytes for the current desktop
2891 QDesktopWidget *pDW = QApplication::desktop();
3204 CARD32 *desktop = (CARD32 *) XXGetProperty (dpy, aWId, XA_CARDINAL, local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h3352 obj_handle_t desktop; member in struct:get_window_children_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h3153 obj_handle_t desktop; member in struct:get_window_children_request

Completed in 101 milliseconds