projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rebaked makefiles with 0.2.4 (and now with forgotten files)
[wxWidgets.git]
/
src
/
mgl
/
dcclient.cpp
diff --git
a/src/mgl/dcclient.cpp
b/src/mgl/dcclient.cpp
index d238dbc95cb9d8edf207b11d994b0db4bf4fa724..9e3d14aa82b8e5cc9b8e99276ff98a87ba67f6ac 100644
(file)
--- a/
src/mgl/dcclient.cpp
+++ b/
src/mgl/dcclient.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: dcclient.cpp
+// Name:
src/mgl/
dcclient.cpp
// Purpose:
// Author: Vaclav Slavik
// RCS-ID: $Id$
// Purpose:
// Author: Vaclav Slavik
// RCS-ID: $Id$
@@
-7,10
+7,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "dcclient.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-18,8
+14,9
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#include "wx/dcclient.h"
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
- #include "wx/dcclient.h"
#include "wx/window.h"
#endif
#include "wx/window.h"
#endif
@@
-43,7
+40,7
@@
wxWindowDC::wxWindowDC(wxWindow *win) : m_wnd(win)
else
{
m_inPaintHandler = FALSE;
else
{
m_inPaintHandler = FALSE;
-
+
dc = new MGLDevCtx(MGL_wmBeginPaint(win->GetHandle()));
MGLRegion clip;
dc = new MGLDevCtx(MGL_wmBeginPaint(win->GetHandle()));
MGLRegion clip;