projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Made wxPageSetupDialog a pimpl implementation.
[wxWidgets.git]
/
src
/
cocoa
/
dc.mm
diff --git
a/src/cocoa/dc.mm
b/src/cocoa/dc.mm
index f5fcb1c0074fc9539d59f92a1c9e603c8d622087..66702e5abc0194c37f90b79b6bfc2281954e4fe5 100644
(file)
--- a/
src/cocoa/dc.mm
+++ b/
src/cocoa/dc.mm
@@
-6,7
+6,7
@@
// Created: 2003/04/01
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Created: 2003/04/01
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWi
ndows licens
e
+// Licence: wxWi
dgets licenc
e
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
@@
-28,7
+28,7
@@
#import <AppKit/NSTypesetter.h>
#import <AppKit/NSImage.h>
#import <AppKit/NSTypesetter.h>
#import <AppKit/NSImage.h>
-#include
<wx/listimpl.cpp>
+#include
"wx/listimpl.cpp"
WX_DEFINE_LIST(wxCocoaDCStack);
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
WX_DEFINE_LIST(wxCocoaDCStack);
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
@@
-636,7
+636,7
@@
void wxDC::ComputeScaleAndOrigin(void)
{
// this is a bit artificial, but we need to force wxDC to think
// the pen has changed
{
// this is a bit artificial, but we need to force wxDC to think
// the pen has changed
- wxPen* pen = & GetPen();
+
const
wxPen* pen = & GetPen();
wxPen tempPen;
m_pen = tempPen;
SetPen(* pen);
wxPen tempPen;
m_pen = tempPen;
SetPen(* pen);