Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3/src/
H A Dlg_driver.c122 static const OptionInfoRec LgOptions[] = { variable
197 return LgOptions; in LgAvailableOptions()
445 if (!(pCir->Options = malloc(sizeof(LgOptions)))) in LgPreInit()
447 memcpy(pCir->Options, LgOptions, sizeof(LgOptions)); in LgPreInit()