From: Włodzimierz Skiba <abx@abx.art.pl> Date: Fri, 7 Jan 2005 18:27:43 +0000 (+0000) Subject: MS Smartphone has no input other than phone buttons which limits pointing on screen... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8175d025701a378a1b1644ebd44c3a2050dcc88b MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future..... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 31ded4713b..5bcee9d01c 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -134,6 +134,14 @@ #endif #endif +/* Disable controls for pointing devices */ +#if defined(__SMARTPHONE__) + #undef wxUSE_NOTEBOOK + #undef wxUSE_LISTBOOK + #define wxUSE_NOTEBOOK 0 + #define wxUSE_LISTBOOK 0 +#endif + #endif /* _WX_MSW_CHKCONF_H_ */