Use descriptive names.

This commit is contained in:
Steve Checkoway
2006-12-07 13:00:30 +00:00
parent 0e38878528
commit 027b94d2c1
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Window X11Helper::Win = None;
static int ErrorCallback( Display*, XErrorEvent* );
static int FatalCallback( Display* );
bool X11Helper::Go()
bool X11Helper::OpenXConnection()
{
if( g_iRefCount == 0 )
{
@@ -26,7 +26,7 @@ bool X11Helper::Go()
return true;
}
void X11Helper::Stop()
void X11Helper::CloseXConnection()
{
g_iRefCount--;