projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use ZIP entry modification time, not the (inexistent) file modification time
[wxWidgets.git]
/
include
/
wx
/
x11
/
dc.h
diff --git
a/include/wx/x11/dc.h
b/include/wx/x11/dc.h
index 71cb34184007938340365d90c8089a8a629d1c20..9bcd8d3d5c408a58fbd05be45eec735d95d1316b 100644
(file)
--- a/
include/wx/x11/dc.h
+++ b/
include/wx/x11/dc.h
@@
-6,16
+6,12
@@
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DC_H_
#define _WX_DC_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DC_H_
#define _WX_DC_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dc.h"
-#endif
-
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/icon.h"
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/icon.h"
@@
-65,7
+61,7
@@
protected:
virtual void DoGetSizeMM(int* width, int* height) const;
public:
virtual void DoGetSizeMM(int* width, int* height) const;
public:
- void ComputeScaleAndOrigin();
+ v
irtual v
oid ComputeScaleAndOrigin();
wxCoord XDEV2LOG(wxCoord x) const
{
wxCoord XDEV2LOG(wxCoord x) const
{