Home
last modified time | relevance | path

Searched refs:mwmhints (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c551 MWMHints mwmhints; in psb_xrandr_create_full_screen_window() local
554 mwmhints.flags = MWM_HINTS_DECORATIONS; in psb_xrandr_create_full_screen_window()
555 mwmhints.decorations = 0; /* MWM_DECOR_BORDER */ in psb_xrandr_create_full_screen_window()
558 PropModeReplace, (unsigned char*) &mwmhints, sizeof(mwmhints) / sizeof(long)); in psb_xrandr_create_full_screen_window()