]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
[wxWidgets.git] / include / wx / msw / window.h
index 964a71b5606e2ce9887d53fe6bcbfbe0b0f8bf05..2d5ecab15906cde87c2571f804e734f6c98fc81b 100644 (file)
@@ -552,7 +552,7 @@ inline void wxWindowMSW::SetTransparent(bool WXUNUSED(t)) { }
 
 // kbd code translation
 WXDLLEXPORT int wxCharCodeMSWToWX(int keySym, WXLPARAM lParam = 0);
-WXDLLEXPORT WXWORD wxCharCodeWXToMSW(int id, bool *IsVirtual);
+WXDLLEXPORT WXWORD wxCharCodeWXToMSW(int id, bool *IsVirtual = NULL);
 
 // window creation helper class: before creating a new HWND, instantiate an
 // object of this class on stack - this allows to process the messages sent to