OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wm_hints
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c
831
Atom
WM_HINTS
;
837
WM_HINTS
= XInternAtom(SDL_Display, "_MOTIF_WM_HINTS", True);
838
if (
WM_HINTS
!= None ) {
849
WM_HINTS
,
WM_HINTS
, 32,
856
WM_HINTS
= XInternAtom(SDL_Display, "KWM_WIN_DECORATION", True);
857
if (
WM_HINTS
!= None ) {
861
WM_HINTS
,
WM_HINTS
, 32,
868
WM_HINTS
= XInternAtom(SDL_Display, "_WIN_HINTS", True)
[
all
...]
/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
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h
638
XWMHints* /*
wm_hints
*/
667
XWMHints* /*
wm_hints
*/,
679
XWMHints* /*
wm_hints
*/,
691
XWMHints* /*
wm_hints
*/,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h
638
XWMHints* /*
wm_hints
*/
667
XWMHints* /*
wm_hints
*/,
679
XWMHints* /*
wm_hints
*/,
691
XWMHints* /*
wm_hints
*/,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h
638
XWMHints* /*
wm_hints
*/
667
XWMHints* /*
wm_hints
*/,
679
XWMHints* /*
wm_hints
*/,
691
XWMHints* /*
wm_hints
*/,
Completed in 2492 milliseconds