Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29160/src/gui

Modified Files:
        wxlwindow.cpp 
Log Message:
fix for compilation outside of M

Index: wxlwindow.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlwindow.cpp,v
retrieving revision 1.146
retrieving revision 1.147
diff -b -u -2 -r1.146 -r1.147
--- wxlwindow.cpp       16 Jan 2006 20:32:28 -0000      1.146
+++ wxlwindow.cpp       8 Apr 2006 17:03:48 -0000       1.147
@@ -283,5 +283,5 @@
    // level frame
    HWND hwndTop = ::GetForegroundWindow();
-   wxFrame *frame = GetFrame(this);
+   wxWindow *frame = wxGetTopLevelParent(this);
    if ( frame && frame->GetHWND() == (WXHWND)hwndTop )
 #endif // OS_WIN



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to