OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hintp
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xev/dist/
xev.c
1057
set_sizehints(XSizeHints *
hintp
, int min_width, int min_height,
1064
hintp
->width =
hintp
->min_width = min_width;
1065
hintp
->height =
hintp
->min_height = min_height;
1066
hintp
->flags = PMinSize;
1067
hintp
->x =
hintp
->y = 0;
1070
geom_result = XParseGeometry(geom, &
hintp
->x, &
hintp
->y
[
all
...]
/xsrc/external/mit/libXt/dist/src/
Shell.c
1346
XWMHints *
hintp
= &w->wm.wm_hints;
local
1348
hintp
->flags = StateHint | InputHint;
1350
if (
hintp
->icon_x == XtUnspecifiedShellInt)
1351
hintp
->icon_x = -1;
1353
hintp
->flags |= IconPositionHint;
1355
if (
hintp
->icon_y == XtUnspecifiedShellInt)
1356
hintp
->icon_y = -1;
1358
hintp
->flags |= IconPositionHint;
1360
if (
hintp
->icon_pixmap != None)
1361
hintp
->flags |= IconPixmapHint
1637
register struct _OldXSizeHints *
hintp
= &wmshell->wm.size_hints;
local
2046
register struct _OldXSizeHints *
hintp
= NULL;
local
[
all
...]
Completed in 5 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026