Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinvalargs.c141 if (!g_ScreenInfo[i].fDecoration && (FALSE in winValidateArgs()
165 || !g_ScreenInfo[i].fDecoration in winValidateArgs()
H A Dwincreatewnd.c154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
237 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
H A Dwinprocarg.c128 defaultScreenInfo.fDecoration = TRUE; in winInitializeScreenDefaults()
547 screenInfoPtr->fDecoration = FALSE; in ddxProcessArgument()
H A Dwinwndproc.c317 || !s_pScreenInfo->fDecoration in winWindowProc()
618 || s_pScreenInfo->fFullScreen || !s_pScreenInfo->fDecoration in winWindowProc()
H A Dwin.h392 Bool fDecoration; member