projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
cocoa
/
dcscreen.cpp
diff --git
a/src/cocoa/dcscreen.cpp
b/src/cocoa/dcscreen.cpp
index d809bb7ee505f2e3c2c2eb65fdf230cda8459ec5..44b3aa093f6fa78e56c3fbfc5e52b96c9de4a123 100644
(file)
--- a/
src/cocoa/dcscreen.cpp
+++ b/
src/cocoa/dcscreen.cpp
@@
-1,6
+1,6
@@
/////////////////////////////////////////////////////////////////////////////
// Name: src/cocoa/dcscreen.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/cocoa/dcscreen.cpp
-// Purpose: wxScreenDC class
+// Purpose: wxScreenDC
Impl
class
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
@@
-11,7
+11,7
@@
#include "wx/wxprec.h"
#include "wx/wxprec.h"
-#include "wx/dcscreen.h"
+#include "wx/
cocoa/
dcscreen.h"
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
@@
-20,18
+20,20
@@
// wxMemoryDC
//-----------------------------------------------------------------------------
// wxMemoryDC
//-----------------------------------------------------------------------------
-IMPLEMENT_
DYNAMIC_CLASS(wxScreenDC,wxDC
)
+IMPLEMENT_
ABSTRACT_CLASS(wxScreenDCImpl,wxCocoaDCImpl
)
-wxScreenDC::wxScreenDC(void)
+wxScreenDCImpl::wxScreenDCImpl(wxScreenDC *owner)
+: wxCocoaDCImpl(owner)
{
m_ok = false;
}
{
m_ok = false;
}
-wxScreenDC::wxScreenDC( wxDC *WXUNUSED(dc) )
+wxScreenDCImpl::wxScreenDCImpl(wxScreenDC *owner, wxDC *WXUNUSED(dc) )
+: wxCocoaDCImpl(owner)
{
m_ok = false;
}
{
m_ok = false;
}
-wxScreenDC
::~wxScreenDC
(void)
+wxScreenDC
Impl::~wxScreenDCImpl
(void)
{
}
{
}