Documentation
¶
Overview ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayServer ¶
type DisplayServer int
DisplayServer mirrors the values from the C enum in os.h.
const ( Wayland DisplayServer = C.Wayland X11 DisplayServer = C.X11 Unknown DisplayServer = C.Unknown )
func DetectDisplayServer ¶
func DetectDisplayServer() DisplayServer
DetectDisplayServer calls the C detectDisplayServer function.
Click to show internal directories.
Click to hide internal directories.