OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wm_hints
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/gregbook/
rpng-x.c
444
XWMHints *
wm_hints
;
local
577
if ((
wm_hints
= XAllocWMHints()) != NULL) {
578
wm_hints
->initial_state = NormalState;
579
wm_hints
->input = True;
580
/*
wm_hints
->icon_pixmap = icon_pixmap; */
581
wm_hints
->flags = StateHint | InputHint /* | IconPixmapHint */ ;
590
size_hints,
wm_hints
, class_hints);
599
if (
wm_hints
)
600
XFree(
wm_hints
);
rpng2-x.c
839
XWMHints *
wm_hints
;
local
[
all
...]
Completed in 674 milliseconds