OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDisplay
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winclipboardthread.c
70
winClipboardErrorHandler (Display *
pDisplay
, XErrorEvent *pErr);
73
winClipboardIOErrorHandler (Display *
pDisplay
);
94
Display *
pDisplay
= NULL;
173
pDisplay
= XOpenDisplay (szDisplay);
174
if (
pDisplay
== NULL)
186
while (
pDisplay
== NULL && iRetries < WIN_CONNECT_RETRIES);
189
if (
pDisplay
== NULL)
196
g_pClipboardDisplay =
pDisplay
;
202
iConnectionNumber = ConnectionNumber (
pDisplay
);
220
atomClipboard = XInternAtom (
pDisplay
, "CLIPBOARD", False)
[
all
...]
winclipboardwndproc.c
67
winProcessXEventsTimeout (HWND hwnd, int iWindow, Display *
pDisplay
,
76
winProcessXEventsTimeout (HWND hwnd, int iWindow, Display *
pDisplay
,
85
XSync (
pDisplay
, FALSE);
88
iConnNumber = ConnectionNumber (
pDisplay
);
127
pDisplay
,
265
Display *
pDisplay
= g_pClipboardDisplay;
274
atomClipboard = XInternAtom (
pDisplay
, "CLIPBOARD", False);
345
XSync (
pDisplay
, FALSE);
348
iReturn = XGetSelectionOwner (
pDisplay
, XA_PRIMARY);
353
XSetSelectionOwner (
pDisplay
,
[
all
...]
winmultiwindowwm.c
112
Display *
pDisplay
;
127
Display *
pDisplay
;
159
SendXMessage (Display *
pDisplay
, Window iWin, Atom atmType, long nData);
168
winMultiWindowWMErrorHandler (Display *
pDisplay
, XErrorEvent *pErr);
171
winMultiWindowWMIOErrorHandler (Display *
pDisplay
);
177
winMultiWindowXMsgProcErrorHandler (Display *
pDisplay
, XErrorEvent *pErr);
180
winMultiWindowXMsgProcIOErrorHandler (Display *
pDisplay
);
183
winRedirectErrorHandler (Display *
pDisplay
, XErrorEvent *pErr);
194
CheckAnotherWindowManager (Display *
pDisplay
, DWORD dwScreen, Bool fAllowOtherWM);
197
winApplyHints (Display *
pDisplay
, Window iWindow, HWND hWnd, HWND *zstyle)
[
all
...]
winclipboardxevents.c
54
Display *
pDisplay
,
66
atomLocalProperty = XInternAtom (
pDisplay
, WIN_LOCAL_PROPERTY, False);
67
atomUTF8String = XInternAtom (
pDisplay
, "UTF8_STRING", False);
68
atomCompoundText = XInternAtom (
pDisplay
, "COMPOUND_TEXT", False);
69
atomTargets = XInternAtom (
pDisplay
, "TARGETS", False);
73
while (XPending (
pDisplay
))
98
XNextEvent (
pDisplay
, &event);
113
pszAtomName = XGetAtomName (
pDisplay
,
140
iReturn = XChangeProperty (
pDisplay
,
163
eventSelection.display =
pDisplay
;
[
all
...]
winclipboard.h
147
Display *
pDisplay
,
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_xlib_xrandr.h
26
typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR*
pDisplay
);
38
VkDisplayKHR*
pDisplay
);
vulkan_core.h
12579
typedef VkResult (VKAPI_PTR *PFN_vkGetWinrtDisplayNV)(VkPhysicalDevice physicalDevice, uint32_t deviceRelativeId, VkDisplayKHR*
pDisplay
);
12589
VkDisplayKHR*
pDisplay
);
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_xlib_randr.h
35
typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR*
pDisplay
);
47
VkDisplayKHR*
pDisplay
);
vulkan_xlib_xrandr.h
35
typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR*
pDisplay
);
47
VkDisplayKHR*
pDisplay
);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxparse.c
249
DMXConfigDisplayPtr
pDisplay
= dmxConfigAlloc(sizeof(*
pDisplay
));
251
pDisplay
->start = pStart;
252
pDisplay
->dname = pName;
253
pDisplay
->dim = pDim;
254
pDisplay
->origin = pOrigin;
255
pDisplay
->end = pEnd;
257
pDisplay
->name = pName ? pName->string : NULL;
258
pDisplay
->rootXOrigin = pOrigin ? pOrigin->x : 0;
259
pDisplay
->rootYOrigin = pOrigin ? pOrigin->y : 0
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
internal.h
110
xcb_window_t iWindow, xcb_connection_t *
pDisplay
,
/xsrc/external/mit/libXt/dist/src/
PassivGrab.c
91
#define
pDisplay
(grabPtr) (((grabPtr)->widget)->core.screen->display)
329
if (
pDisplay
(pFirstGrab) !=
pDisplay
(pSecondGrab))
386
(
pDisplay
(grab) ==
pDisplay
(pMinuendGrab))) {
612
XGrabKey(
pDisplay
(grab),
628
XGrabButton(
pDisplay
(grab),
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c
2477
VkDisplayKHR *
pDisplay
)
2487
*
pDisplay
= wsi_display_connector_to_handle(connector);
2489
*
pDisplay
= VK_NULL_HANDLE;
2673
VkDisplayKHR *
pDisplay
)
2685
*
pDisplay
= VK_NULL_HANDLE;
2689
*
pDisplay
= wsi_display_connector_to_handle(connector);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c
770
XRaiseWindow(pWMInfo->
pDisplay
, xWindow);
772
XLowerWindow(pWMInfo->
pDisplay
, xWindow);
Completed in 31 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026