summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-03-19 20:24:07 +0100
committerJan Holesovsky <kendy@collabora.com>2015-03-19 20:30:23 +0100
commit5b0f3cf836054da94968eddffc2647b50236739e (patch)
tree6006b029939e88c5f8148e35d9b9dfbc1063eb67 /vcl/inc/win
parenta175977e1eb7fe63b2314dcfb3944e87889af455 (diff)
opengl dr.memory: DC that contains selected object being deleted.
Change-Id: I3cfb09eacfa129a92dace47fd26ccf6e5d1a6756
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salgdi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 287daf4effb2..e956e0ff4644 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -155,6 +155,9 @@ private:
/// DIBSection that we use for the GDI drawing, and later obtain.
HBITMAP mhBitmap;
+ /// Return the previous bitmap to undo the SelectObject.
+ HBITMAP mhOrigBitmap;
+
/// DIBSection data.
sal_uInt32 *mpData;