Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx694 XSetWindowAttributes aXWAttributes; in initScreen() local
695 aXWAttributes.border_pixel = 0; in initScreen()
696 aXWAttributes.background_pixel = 0; in initScreen()
697 aXWAttributes.colormap = aColMap; in initScreen()
705 &aXWAttributes ); in initScreen()