Remove misleading comment. The code is sit up for these to only be called once.

This commit is contained in:
Ben "root" Anderson
2014-01-21 23:02:10 -06:00
parent b1883f06c1
commit 9538385a6a
+2 -4
View File
@@ -9,12 +9,10 @@ namespace X11Helper
// All functions in here that return a bool return true on success, and
// false on failure.
// Create the connection, if necessary; otherwise do some important
// internal session-tracking stuff (so you should call this anyway).
// Create the connection.
bool OpenXConnection();
// Destroy the connection, if appropriate; otherwise do some important
// internal session-tracking stuff (so you should call it anyway).
// Destroy the connection.
void CloseXConnection();
// The current Display (connection). Initialized by the first call to