OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:win_attrs
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xwd/dist/
multiVis.c
712
XWindowAttributes
win_attrs
;
local
725
XGetWindowAttributes(disp, win, &
win_attrs
);
730
clip.width =
win_attrs
.width;
731
clip.height =
win_attrs
.height;
733
0 /* x_rootrel */, 0 /* y_rootrel */, &
win_attrs
, &clip);
785
if (new_reg->vis != DefaultVisualOfScreen(
win_attrs
.screen)
787
DefaultColormapOfScreen(
win_attrs
.screen)) {
/xsrc/external/mit/xterm/dist/
charproc.c
8684
XWindowAttributes
win_attrs
;
local
8819
&
win_attrs
);
8822
win_attrs
.root,
8823
-
win_attrs
.border_width,
8824
-
win_attrs
.border_width,
8828
win_attrs
.y,
win_attrs
.x));
8831
result_y =
win_attrs
.y;
8832
result_x =
win_attrs
.x;
8856
&
win_attrs
);
[
all
...]
misc.c
1809
XWindowAttributes
win_attrs
;
local
1815
if (xtermGetWinAttrs(dpy, target, &
win_attrs
)) {
1827
result = (
win_attrs
.map_state != IsViewable) ? True : False;
Completed in 14 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026