correct a comment
This commit is contained in:
parent
f94dc995c6
commit
00bc993775
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ class Display;
|
||||||
extern Display *display;
|
extern Display *display;
|
||||||
|
|
||||||
//! Manages a single X11 display.
|
//! Manages a single X11 display.
|
||||||
/*!
|
|
||||||
This class is static, and cannot be instantiated.
|
|
||||||
Use the initialize() method to open the display and ready it for use.
|
|
||||||
Use the destroy() method to close it and clean up the class' data.
|
|
||||||
*/
|
|
||||||
class Display
|
class Display
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue