/////////////////////////////////////////////////////////////////////////////
-// Name: dcclient.h
+// Name: wx/palmos/dcclient.h
// Purpose: wxClientDC class
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10/13/04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "dcclient.h"
-#endif
-
#include "wx/dc.h"
#include "wx/dynarray.h"
// ----------------------------------------------------------------------------
// this one if used by wxPaintDC only
-struct WXDLLEXPORT wxPaintDCInfo;
+struct WXDLLIMPEXP_FWD_CORE wxPaintDCInfo;
WX_DECLARE_EXPORTED_OBJARRAY(wxPaintDCInfo, wxArrayDCInfo);
wxWindowDC(wxWindow *win);
protected:
- // intiialize the newly created DC
+ // initialize the newly created DC
void InitDC();
// override some base class virtuals