Searched refs:display (Results 1 - 25 of 274) sorted by relevance

1234567891011

/vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/
H A DVBoxX11Helper.cpp41 Display *display = QX11Info::display(); local
43 DPMSQueryExtension(display, &dummy, &dummy);
61 Display *display = QX11Info::display(); local
63 XGetScreenSaver(display, &gX11ScreenSaverTimeout, &dummy, &dummy, &dummy);
65 DPMSInfo(display, &dummy2, &gX11DpmsState);
74 Display *display = QX11Info::display(); local
76 XGetScreenSaver(display,
96 Display *display = QX11Info::display(); local
[all...]
H A DXKeyboard-new.cpp43 static void printKey(Display *display, int keyc) argument
49 int keysym = XKeycodeToKeysym (display, keyc, i);
87 static void dumpLayout(Display *display) argument
97 XDisplayKeycodes(display, &minKey, &maxKey);
99 scanToKeycode[X11DRV_KeyEvent(display, i)] = i;
101 printKey(display, scanToKeycode[0x29]); /* `~ */
105 printKey(display, scanToKeycode[i]);
109 printKey(display, scanToKeycode[0x10]); /* qQ */
113 printKey(display, scanToKeycode[i]);
117 printKey(display, scanToKeycod
146 dumpType(Display *display) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXvMClib.h12 Bool XvMCQueryExtension (Display *display, int *eventBase, int *errBase);
13 Status XvMCQueryVersion (Display *display, int *major, int *minor);
18 Display *display,
27 Status XvMCDestroyContext (Display *display, XvMCContext * context);
31 Display *display,
36 Status XvMCDestroySurface(Display *display, XvMCSurface *surface);
39 Display * display,
47 Display *display,
61 Status XvMCHideSurface(Display *display, XvMCSurface *surface);
65 Display *display,
[all...]
H A DPrint.h251 typedef void (*XPSaveProc)( Display *display,
257 typedef void (*XPFinishProc)( Display *display,
293 Display *display; /* Display the event was read from */ member in struct:__anon2322
305 Display *display; /* Display the event was read from */ member in struct:__anon2323
316 Display *display; /* Display the event was read from */ member in struct:__anon2324
328 Display *display,
333 Display *display,
338 Display *display
342 Display *display,
347 Display *display,
[all...]
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A Dxtestext1.h68 Display *display; member in struct:__anon3609
80 Display *display; member in struct:__anon3610
89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action);
90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_action);
91 int XTestMovePointer(Display *display, int device_id, unsigned long delay[], int x[], int y[], unsigned int count);
92 int XTestFlush(Display *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_context.h35 void *display; member in struct:glamor_context
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_context.h35 void *display; member in struct:glamor_context
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c108 unsigned X11DRV_KeyEvent(Display *display, KeyCode code) argument
111 KeySym keysym = XKeycodeToKeysym(display, code, 0);
141 * @param display pointer to the X11 display handle
146 X11DRV_KEYBOARD_DetectLayout (Display *display, unsigned min_keycode, argument
167 KeySym keysym = XKeycodeToKeysym (display, keyc, 0);
178 ckey[keyc][1] = XKeycodeToKeysym(display, keyc, 1) & 0xFF;
288 * @param display a pointer to the X11 display
291 X11DRV_InitKeyboardByLayout(Display *display) argument
506 X11DRV_InitKeyboardByType(Display *display) argument
626 X11DRV_InitKeyboard(Display *display, unsigned *byLayoutOK, unsigned *byTypeOK, unsigned *byXkbOK, int (*remapScancodes)[2]) argument
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/solaris/
H A Dvboxtxs.sh51 --no-display-output \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxconfig.h42 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Main/webservice/samples/php/
H A Dclienttest.php59 $display = $console->display; variable
60 list($screenWidth, $screenHeight, $screenBpp, $screenX, $screenY, $screenStatus) = $display->getScreenResolution(0 /* First screen */);
62 $imageraw = $display->takeScreenShotToArray(0 /* First screen */, $screenWidth, $screenHeight, "RGBA");
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dminiglx.h196 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3705
207 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3706
220 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3707
229 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3708
239 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3709
250 MINI_Display *display; /* Display the event was read from */ member in struct:__anon3710
358 XCloseDisplay( MINI_Display *display );
361 XCreateWindow( MINI_Display *display, MINI_Window parent, int x, int y,
368 XNextEvent(MINI_Display *display, XEvent *event_return);
376 * \param display th
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp53 extern "C" int XCloseDisplay(Display *display);
54 int XCloseDisplay(Display *display) argument
56 Assert(display == TEST_DISPLAY);
66 extern "C" Atom XInternAtom(Display *display, const char *atom_name,
68 Atom XInternAtom(Display *display, const char *atom_name, Bool only_if_exists) argument
70 Assert(display == TEST_DISPLAY);
83 extern "C" int XGetWindowProperty(Display *display, Window w, Atom property,
91 int XGetWindowProperty(Display *display, Window w, Atom property, argument
99 Assert(display == TEST_DISPLAY);
100 Atom atomType = XInternAtom (display, WM_TYPE_PRO
141 XSelectInput(Display *display, Window w, long event_mask) argument
150 XShapeSelectInput(Display *display, Window w, unsigned long event_mask) argument
156 XDefaultRootWindow(Display *display) argument
170 XQueryTree(Display *display, Window w, Window *root_return, Window *parent_return, Window **children_return, unsigned int *nchildren_return) argument
198 XGetWindowAttributes(Display *display, Window w, XWindowAttributes *window_attributes_return) argument
216 XGetWMNormalHints(Display *display, Window w, XSizeHints *hints_return, long *supplied_return) argument
266 XNextEvent(Display *display, XEvent *event_return) argument
284 XSendEvent(Display *display, Window w, Bool propagate, long event_mask, XEvent *event_send) argument
293 XFlush(Display *display) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxconfig.h46 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxconfig.h45 extern void dmxConfigStoreDisplay(const char *display);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxconfig.h45 extern void dmxConfigStoreDisplay(const char *display);

Completed in 217 milliseconds

1234567891011