Typos and other fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,7 +349,7 @@ void wxApp::ProcessXEvent(WXEvent* _event)
|
||||
|
||||
if (event->xclient.message_type == wm_protocols)
|
||||
{
|
||||
if (event->xclient.data.l[0] == wm_delete_window)
|
||||
if ((Atom) (event->xclient.data.l[0]) == wm_delete_window)
|
||||
{
|
||||
if (win)
|
||||
{
|
||||
|
Reference in New Issue
Block a user