projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a306b
)
added GetHpen() and GetHpenOf()
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 8 Feb 2004 13:54:43 +0000
(13:54 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 8 Feb 2004 13:54:43 +0000
(13:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25628
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/private.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/private.h
b/include/wx/msw/private.h
index 3d2bf3cb879804640352bde13e31b7a458ac7052..ebd628a9dfd86ef0ba9af4f497d82bbc67b5412c 100644
(file)
--- a/
include/wx/msw/private.h
+++ b/
include/wx/msw/private.h
@@
-473,6
+473,9
@@
private:
#define GetHpalette() ((HPALETTE)GetHPALETTE())
#define GetHpaletteOf(pal) ((HPALETTE)(pal).GetHPALETTE())
+#define GetHpen() ((HPEN)GetResourceHandle())
+#define GetHpenOf(pen) ((HPEN)(pen).GetResourceHandle())
+
#define GetHrgn() ((HRGN)GetHRGN())
#define GetHrgnOf(rgn) ((HRGN)(rgn).GetHRGN())