I've got a better idea. Let's respect the theme metric specifically designated for this.

This commit is contained in:
Ben Anderson
2005-06-03 19:01:16 +00:00
parent 56ebe75fb5
commit cde2db8c62
@@ -2,7 +2,7 @@
#include "LowLevelWindow_X11.h"
#include "RageLog.h"
#include "RageException.h"
#include "ProductInfo.h"
#include "CommonMetrics.h"
#include "archutils/Unix/X11Helper.h"
#include <stack>
@@ -106,7 +106,7 @@ CString LowLevelWindow_X11::TryVideoMode( RageDisplay::VideoModeParams p, bool &
}
m_bWindowIsOpen = true;
char WindowTitle[] = PRODUCT_NAME;
char *WindowTitle = const_cast<char *>(WINDOW_TITLE.GetValue().c_str() );
XChangeProperty( g_X11Display, X11Helper::Win, XA_WM_NAME, XA_STRING, 8, PropModeReplace,
reinterpret_cast<unsigned char*>(WindowTitle), strlen(WindowTitle) );