correct closing comments in #endifs (patch 1756990)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // wxUSE_STREAM && wxUSE_ICO_CUR
|
#endif // wxUSE_STREAMS && wxUSE_ICO_CUR
|
||||||
|
|
||||||
#endif // _WX_ANIDECOD_H
|
#endif // _WX_ANIDECOD_H
|
||||||
|
@@ -141,6 +141,6 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // wxUSE_STREAM
|
#endif // wxUSE_STREAMS
|
||||||
#endif // _WX_ANIMDECOD_H
|
#endif // _WX_ANIMDECOD_H
|
||||||
|
|
||||||
|
@@ -105,6 +105,6 @@ private:
|
|||||||
DECLARE_NO_COPY_CLASS(wxGIFDecoder)
|
DECLARE_NO_COPY_CLASS(wxGIFDecoder)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_STREAM && wxUSE_GIF
|
#endif // wxUSE_STREAMS && wxUSE_GIF
|
||||||
|
|
||||||
#endif // _WX_GIFDECOD_H_
|
#endif // _WX_GIFDECOD_H_
|
||||||
|
@@ -205,7 +205,7 @@ bool wxDisplay::ChangeMode(const wxVideoMode& mode)
|
|||||||
return m_impl->ChangeMode(mode);
|
return m_impl->ChangeMode(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // wxUSE_DIRECTDRAW
|
#endif // wxUSE_DISPLAY
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// static functions implementation
|
// static functions implementation
|
||||||
|
@@ -384,7 +384,7 @@ void wxFrame::GtkOnSize()
|
|||||||
yy = GetClientSize().y;
|
yy = GetClientSize().y;
|
||||||
#if wxUSE_MENUS_NATIVE
|
#if wxUSE_MENUS_NATIVE
|
||||||
yy += m_menuBarHeight;
|
yy += m_menuBarHeight;
|
||||||
#endif // wxUSE_MENU_NATIVE
|
#endif // wxUSE_MENUS_NATIVE
|
||||||
m_frameToolBar->m_x = xx;
|
m_frameToolBar->m_x = xx;
|
||||||
m_frameToolBar->m_y = yy;
|
m_frameToolBar->m_y = yy;
|
||||||
ww = m_width - 2*m_miniEdge;
|
ww = m_width - 2*m_miniEdge;
|
||||||
|
@@ -183,14 +183,14 @@ void wxApp::WakeUpIdle()
|
|||||||
#if wxUSE_THREADS
|
#if wxUSE_THREADS
|
||||||
if (!wxThread::IsMain())
|
if (!wxThread::IsMain())
|
||||||
wxMutexGuiEnter();
|
wxMutexGuiEnter();
|
||||||
#endif // wxUSE_THREADS_
|
#endif // wxUSE_THREADS
|
||||||
|
|
||||||
wxapp_install_idle_handler();
|
wxapp_install_idle_handler();
|
||||||
|
|
||||||
#if wxUSE_THREADS
|
#if wxUSE_THREADS
|
||||||
if (!wxThread::IsMain())
|
if (!wxThread::IsMain())
|
||||||
wxMutexGuiLeave();
|
wxMutexGuiLeave();
|
||||||
#endif // wxUSE_THREADS_
|
#endif // wxUSE_THREADS
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@@ -257,4 +257,4 @@ bool wxToggleButton::Create( wxWindow* parent, wxWindowID id,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // wxUSE_TOGGLEBUTTON
|
#endif // wxUSE_TOGGLEBTN
|
||||||
|
@@ -61,7 +61,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
#if !wxMOTIF_USE_RENDER_TABLE
|
#if !wxMOTIF_USE_RENDER_TABLE
|
||||||
WXFontList m_fontList; // Motif XmFontList
|
WXFontList m_fontList; // Motif XmFontList
|
||||||
#else // if wxUSE_RENDER_TABLE
|
#else // if wxMOTIF_USE_RENDER_TABLE
|
||||||
WXRenderTable m_renderTable; // Motif XmRenderTable
|
WXRenderTable m_renderTable; // Motif XmRenderTable
|
||||||
WXRendition m_rendition; // Motif XmRendition
|
WXRendition m_rendition; // Motif XmRendition
|
||||||
#endif
|
#endif
|
||||||
@@ -147,7 +147,7 @@ wxXFont::~wxXFont()
|
|||||||
if (m_fontList)
|
if (m_fontList)
|
||||||
XmFontListFree ((XmFontList) m_fontList);
|
XmFontListFree ((XmFontList) m_fontList);
|
||||||
m_fontList = NULL;
|
m_fontList = NULL;
|
||||||
#else // if wxUSE_RENDER_TABLE
|
#else // if wxMOTIF_USE_RENDER_TABLE
|
||||||
if (m_renderTable)
|
if (m_renderTable)
|
||||||
XmRenderTableFree ((XmRenderTable) m_renderTable);
|
XmRenderTableFree ((XmRenderTable) m_renderTable);
|
||||||
m_renderTable = NULL;
|
m_renderTable = NULL;
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#if wxUSE_DATETIME
|
#if wxUSE_DATETIME
|
||||||
#include "wx/datetime.h"
|
#include "wx/datetime.h"
|
||||||
#endif // wxUSE_TIMEDATE
|
#endif // wxUSE_DATETIME
|
||||||
|
|
||||||
static void ClearVariant(VARIANTARG *pvarg) ;
|
static void ClearVariant(VARIANTARG *pvarg) ;
|
||||||
static void ReleaseVariant(VARIANTARG *pvarg) ;
|
static void ReleaseVariant(VARIANTARG *pvarg) ;
|
||||||
|
@@ -147,4 +147,4 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// wxUSE_SPINCTN
|
// wxUSE_SPINBTN
|
||||||
|
Reference in New Issue
Block a user