5 /*! \defgroup GrpWindowX OpenSG X Window System Library
6 \ingroup GrpWindowSystems
8 \brief The library for X windows.
10 See \ref PageWindowX for details.
13 /*! \defgroup GrpWindowXField Fields
16 See \ref PageBaseField for details.
19 #if (OSG_DOC_LEVEL >= 3)
20 /*! \defgroup GrpWindowXFieldTraits Field Data Traits
21 \ingroup GrpWindowXField
27 /*! \defgroup GrpWindowXFieldSingle Single-Element Fields
28 \ingroup GrpWindowXField
33 /*! \defgroup GrpWindowXFieldMulti Multi-Element Fields
34 \ingroup GrpWindowXField
39 /*! \page PageWindowX X Window System Library
41 The X Window System (www.x.org) is the base for the graphical user interfaces
42 of nearly all Unix systems.
44 The OpenSG X Window needs the X Display and the X Window it should render
45 into. It creates the OpenGL context itself during init(), but the X Window
46 needs to have been created with a Visual that is OpenGL-capable. activate(),
47 deactivate() and swap() do just that. ;)