Documentation
¶
Index ¶
Constants ¶
View Source
const ( FBIOGET_VSCREENINFO = 0x4600 FBIOGET_FSCREENINFO = 0x4602 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixScreenInfo ¶
type VarScreenInfo ¶
type VarScreenInfo struct {
Xres, Yres,
XresVirtual, YresVirtual,
Xoffset, Yoffset,
BitsPerPixel, Grayscale uint32
Red, Green, Blue, Transp BitField
Nonstd, Activate,
Height, Width,
AccelFlags, Pixclock,
LeftMargin, RightMargin, UpperMargin, LowerMargin,
HsyncLen, VsyncLen, Sync,
Vmode, Rotate, Colorspace uint32
Reserved [4]uint32
}
Click to show internal directories.
Click to hide internal directories.