Fix a couple of typos in comments in wxX11 code.
Closes #16835. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
static wxWindowX11* g_captureWindow = NULL;
|
static wxWindowX11* g_captureWindow = NULL;
|
||||||
static GC g_eraseGC;
|
static GC g_eraseGC;
|
||||||
// the window that is about to be focused after curretnly focused
|
// the window that is about to be focused after currently focused
|
||||||
// one looses focus:
|
// one looses focus:
|
||||||
static wxWindow* gs_toBeFocusedWindow = NULL;
|
static wxWindow* gs_toBeFocusedWindow = NULL;
|
||||||
|
|
||||||
@@ -359,7 +359,7 @@ wxWindowX11::~wxWindowX11()
|
|||||||
|
|
||||||
if (m_clientWindow != m_mainWindow)
|
if (m_clientWindow != m_mainWindow)
|
||||||
{
|
{
|
||||||
// Destroy the cleint window
|
// Destroy the client window
|
||||||
Window xwindow = (Window) m_clientWindow;
|
Window xwindow = (Window) m_clientWindow;
|
||||||
wxDeleteClientWindowFromTable( xwindow );
|
wxDeleteClientWindowFromTable( xwindow );
|
||||||
XDestroyWindow( wxGlobalDisplay(), xwindow );
|
XDestroyWindow( wxGlobalDisplay(), xwindow );
|
||||||
|
Reference in New Issue
Block a user