theme some common exception strings
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
#include <X11/extensions/XTest.h>
|
||||
#endif
|
||||
|
||||
static ThemeMetric<CString> FAILED_CONNECTION_XSERVER( "LowLevelWindow_X11", "Failed to establish a connection with the X server'" );
|
||||
LowLevelWindow_X11::LowLevelWindow_X11()
|
||||
{
|
||||
m_bWindowIsOpen = false;
|
||||
if( !X11Helper::Go() )
|
||||
RageException::Throw( "Failed to establish a connection with the X server." );
|
||||
RageException::Throw( FAILED_CONNECTION_XSERVER );
|
||||
|
||||
const int iScreen = DefaultScreen( X11Helper::Dpy );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user