diff options
Diffstat (limited to 'vcl/inc/win/salgdi.h')
-rw-r--r-- | vcl/inc/win/salgdi.h | 3 |
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; |