]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Code for single instance and bring-to-top under CE.
[wxWidgets.git] / src / common / framecmn.cpp
index 2070a9cde307f4550b38acfdaca9b67ba6213dbf..74b8205590c7f3e75dad61002e3b9cd2bc2e977b 100644 (file)
@@ -155,7 +155,8 @@ wxPoint wxFrameBase::GetClientAreaOrigin() const
 {
     wxPoint pt = wxTopLevelWindow::GetClientAreaOrigin();
 
-#if wxUSE_TOOLBAR && !defined(__WXUNIVERSAL__) && !defined(__WXWINCE__)
+#if wxUSE_TOOLBAR && !defined(__WXUNIVERSAL__) && \
+  (!defined(__WXWINCE__) || (_WIN32_WCE >= 400 && !wxUSE_POCKETPC_UI))
     wxToolBar *toolbar = GetToolBar();
     if ( toolbar && toolbar->IsShown() )
     {