Searched defs:win (Results 1 - 16 of 16) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dflame.c68 Window win; member in struct:__anon101
95 initflame(win)
96 Window win;
103 XGetWindowAttributes(dsp, win, &xwa);
108 fs->win = win;
111 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, fs->width, fs->height);
142 XDrawPoints(dsp, fs->win, Scr[screen].gc, fs->pts,
164 drawflame(win)
165 Window win;
[all...]
H A Dxlock.c177 static Window win[MAXSCREENS]; /* window used to cover screen */ variable
282 status = XGrabKeyboard(dsp, win[0], True,
286 status = XGrabKeyboard(dsp, win[0], True,
292 status = XGrabPointer(dsp, win[0], True, AllPointerEventMask,
297 status = XGrabPointer(dsp, win[0], True, AllPointerEventMask,
316 (void) XGrabPointer(dsp, win[0], True, AllPointerEventMask,
358 init(win[screen]);
368 callback(win[screen]);
426 XFillRectangle(dsp, win[screen], Scr[screen].gc,
430 XDrawString(dsp, win[scree
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c328 Window win = XtWindow(w); local
340 XFillRectangle(dpy, win, w->strip_chart.fgGC,
348 XDrawLine(dpy, win, w->strip_chart.hiGC, left, j, scalewidth, j);
H A DXaw3_1Mailbox.c568 register Window win = XtWindow (w); local
585 XSetWindowBackground (dpy, win, back);
586 XClearWindow (dpy, win);
587 XCopyArea (dpy, im->pixmap, win, gc, 0, 0, im->width, im->height, x, y);
H A DXaw3_1Clock.c302 register Window win = XtWindow(w); local
338 XDrawImageString (dpy, win, w->clock.myGC,
349 XFillRectangle (dpy, win, w->clock.EraseGC,
385 win, w->clock.HandGC,
390 win, w->clock.HighGC,
401 win, w->clock.HandGC,
408 win, w->clock.HighGC,
424 win, w->clock.HandGC,
430 win, w->clock.HighGC,
450 Window win; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c342 Window win = XtWindow(w); local
355 XFillRectangle(dpy, win, w->strip_chart.fgGC,
363 XDrawLine(dpy, win, w->strip_chart.hiGC, left, j, scalewidth, j);
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DXGrabWin.c93 Window win)
104 GetResReq(WxExtensionCode, win, req);
112 GetResReq(GrabWindow, win, req);
128 Window win)
139 GetResReq(WxExtensionCode, win, req);
147 GetResReq(UnGrabWindow, win, req);
223 Window win)
234 GetResReq(WxExtensionCode, win, req);
252 Window win)
263 GetResReq(WxExtensionCode, win, re
91 XGrabWindow( Display *dpy, Window win) argument
126 XUnGrabWindow( Display *dpy, Window win) argument
221 XGrabRetainedWindow( Display *dpy, Window win) argument
250 XUnGrabRetainedWindow( Display *dpy, Window win) argument
280 XGetRetainedPath( Display *dpy, Window win, char *path) argument
[all...]
H A DXPanoramiX.c335 Window win; local
369 win = 0;
371 XPanoramiXGetScreenCount(display, win, &panoramiX_info);
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_db.c50 #define DGA_WIN_LOCK_NOMODIF(win) \
52 if ((((_Dga_window)(win))->w_lockcnt)++ == 0) { \
53 DGA_LOCK(win); \
57 #define DGA_WIN_UNLOCK_NOMODIF(win) \
59 if (--(((_Dga_window)(win))->w_lockcnt) == 0) \
60 DGA_UNLOCK(win); \
438 Window win; local
464 if (!_dga_is_X_window(clientp->w_token, &dpy, &win)) {
475 if (!XDgaGrabBuffers(dpy, win, nbuffers)) {
525 Window win; local
[all...]
H A Drtn_grab.c333 Window win; local
385 if (!_dga_is_X_window(clientp->w_token, &dpy, &win)) {
396 XGetWindowAttributes(dpy,win,&attr);
410 if (!XDgaGrabRetainedWindow(dpy, win)) {
427 (void) XDgaUnGrabRetainedWindow(dpy, win);
509 Window win; local
553 if (!_dga_is_X_window(clientp->w_token, &dpy, &win)) {
565 status &= XDgaUnGrabRetainedWindow(dpy, win);
631 Window win; local
679 if (!_dga_is_X_window(clientp->w_token, &dpy, &win)) {
[all...]
H A Ddga_Xrequests.h171 Window win; member in struct:dga_xwinrec
H A Ddga_ab.c36 extern int XDgaGrabABuffers(Display *dpy, Window win, int type, int buffer_site);
37 extern int XDgaUnGrabABuffers(Display *dpy, Window win, int type);
174 Window win; local
200 if (!_dga_is_X_window(clientp->w_token, &dpy, &win)) {
265 if (!XDgaGrabABuffers(dpy, win, type, buffer_site)) {
343 Window win; local
368 if (!_dga_is_X_window(dgawin->w_token, &dpy, &win)) {
450 if (!XDgaUnGrabABuffers(dpy, win, type)) {
H A Dwin_grab.c61 * The application should call XDgaUnGrabWindow(dpy,win) after
68 * dga_win_clipinfo(win)
69 * Dga_window win ;
76 * dga_win_fbname(win)
77 * Dga_window win ;
84 * dga_win_clipchg(win)
85 * Dga_window win ;
93 * dga_win_curschg(win)
94 * Dga_window win ;
101 * dga_win_rtnchg(win)
341 Window win; local
1132 _Dga_window win = (struct dga_window *)wini; local
1146 _Dga_window win = (struct dga_window *)wini; local
1155 _Dga_window win = (struct dga_window *)wini; local
1169 _Dga_window win = (struct dga_window *)wini; local
1182 _Dga_window win = (struct dga_window *)wini; local
1204 _Dga_window win = (struct dga_window *)wini; local
1213 _Dga_window win = (struct dga_window *)wini; local
1233 _Dga_window win = (struct dga_window *)wini; local
1243 _Dga_window win = (struct dga_window *)wini; local
1253 _Dga_window win = (struct dga_window *)wini; local
1266 _Dga_window win = (struct dga_window *)wini; local
1279 _Dga_window win = (struct dga_window *)wini; local
1446 dgai_win_curs_update(_Dga_window win) argument
1531 _Dga_window win = (struct dga_window *)wini; local
1589 _Dga_window win = (struct dga_window *)wini; local
1601 _Dga_window win = (struct dga_window *)wini; local
1644 _Dga_window win = (struct dga_window *)wini; local
1652 _Dga_window win = (struct dga_window *)wini; local
1661 _Dga_window win = (struct dga_window *)wini; local
1669 _Dga_window win = (struct dga_window *)wini; local
[all...]
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c51 static Window win; /* window used to cover screen */ variable
94 if (window == win) {
124 if (window == win) {
333 win = XCreateWindow(
349 XSetStandardProperties(dsp, win, " XColor ", " XCOLOR ",
377 cmapwins[1] = win;
378 XSetWMColormapWindows(dsp, win, cmapwins, 2);
382 XSetWMHints(dsp, win, &wmhints);
383 XSetWMProtocols(dsp, win, &ATOM_WM_DELETE_WINDOW, 1);
387 gc = XCreateGC(dsp, win, GCForegroun
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c182 Window win, /* This window */
208 if (!XGetWindowAttributes(mvDpy, win, &xwa)
235 pWinInfo->window = win;
248 if ((XShapeQueryExtents(mvDpy, win, &bdg, &xb, &yb, &wb, &hb,
260 XShapeGetRectangles(mvDpy, win, ShapeBounding, &count, &ordering);
301 if (XQueryTree(mvDpy, win, &root, &parent, &children, &nchild)) {
181 mvWalkTree( Window win, int px, int py, int x, int y, int wi, int hi, Bool ancestorShaped, Region ancestorRegion ) argument
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c67 static Window root, win; variable
1767 win = XGetSelectionOwner (dpy, atom);
1768 if (!win) {
1785 ret = XSendEvent(dpy, win, False, KeyPressMask, &xev);
1928 win = XCreateSimpleWindow(dpy, root, 0, 0, 10, 10, 0, 10, 0);
1929 if (!win) {
1934 XSetSelectionOwner(dpy, atom, win, CurrentTime);
1935 if (XGetSelectionOwner(dpy, atom) != win) {
1939 XSelectInput(dpy, win, KeyPressMask);

Completed in 40 milliseconds