projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add the initial version of svn pre-commit hook.
[wxWidgets.git]
/
src
/
generic
/
statbmpg.cpp
diff --git
a/src/generic/statbmpg.cpp
b/src/generic/statbmpg.cpp
index 2a094d91eab9ef124ba46c09a9da73a382f0dec3..9927e10606e9d3dc73cbeff15a29bf708a0ce955 100644
(file)
--- a/
src/generic/statbmpg.cpp
+++ b/
src/generic/statbmpg.cpp
@@
-1,6
+1,6
@@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
-// Name: src/generic/statbmp.cpp
-// Purpose: wxGenericStaticBitmap
+// Name: src/generic/statbmp
g
.cpp
+// Purpose: wxGenericStaticBitmap
// Author: Marcin Wojdyr, Stefan Csomor
// Created: 2008-06-16
// RCS-ID: $Id$
// Author: Marcin Wojdyr, Stefan Csomor
// Created: 2008-06-16
// RCS-ID: $Id$
@@
-12,17
+12,20
@@
#if wxUSE_STATBMP
#if wxUSE_STATBMP
-#include "wx/generic/statbmpg.h"
+#ifndef WX_PRECOMP
+ #include "wx/dcclient.h"
+#endif
+#include "wx/generic/statbmpg.h"
IMPLEMENT_DYNAMIC_CLASS(wxGenericStaticBitmap, wxStaticBitmapBase)
IMPLEMENT_DYNAMIC_CLASS(wxGenericStaticBitmap, wxStaticBitmapBase)
-bool wxGenericStaticBitmap::Create(wxWindow *parent, wxWindowID id,
+bool wxGenericStaticBitmap::Create(wxWindow *parent, wxWindowID id,
const wxBitmap& bitmap,
const wxPoint& pos, const wxSize& size,
long style, const wxString& name)
{
const wxBitmap& bitmap,
const wxPoint& pos, const wxSize& size,
long style, const wxString& name)
{
- if (! wxControl::Create(parent, id, pos, size, style,
+ if (! wxControl::Create(parent, id, pos, size, style,
wxDefaultValidator, name))
return false;
SetBitmap(bitmap);
wxDefaultValidator, name))
return false;
SetBitmap(bitmap);