Add missing WINDOWPOS flags for WinCE build to include/wx/msw/wince/missing.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,5 +123,18 @@ bsearch(const void *key, const void *base, size_t num, size_t size,
|
|||||||
#define SS_SUNKEN 0x00001000L
|
#define SS_SUNKEN 0x00001000L
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// unsupported flags for WINDOWPOS structure
|
||||||
|
#ifndef SWP_NOCOPYBITS
|
||||||
|
#define SWP_NOCOPYBITS 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef SWP_NOOWNERZORDER
|
||||||
|
#define SWP_NOOWNERZORDER 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef SWP_NOSENDCHANGING
|
||||||
|
#define SWP_NOSENDCHANGING 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // _WX_CE_MISSING_H_
|
#endif // _WX_CE_MISSING_H_
|
||||||
|
|
||||||
|
@@ -293,10 +293,6 @@ bool wxStatusBar95::GetFieldRect(int i, wxRect& rect) const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SWP_NOSENDCHANGING
|
|
||||||
#define SWP_NOSENDCHANGING 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void wxStatusBar95::DoMoveWindow(int x, int y, int width, int height)
|
void wxStatusBar95::DoMoveWindow(int x, int y, int width, int height)
|
||||||
{
|
{
|
||||||
if ( GetParent()->IsSizeDeferred() )
|
if ( GetParent()->IsSizeDeferred() )
|
||||||
|
Reference in New Issue
Block a user