| commit | d3ba96e37ec4681b9b7cb1ffac5e34060e47a4ee | [log] |
|---|---|---|
| author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | Mon Apr 27 10:36:18 2015 +0900 |
| committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | Wed Apr 29 09:03:55 2015 +0900 |
| tree | a4832e2a5b920c457fce33e4380af6dcca54149c | |
| parent | 2932d2db599c09ecce3faa2d627e9ee4f251183a [diff] |
typedef OutputDevice as RenderContext to pass to Paint methods Change-Id: I858c0c51fc0892ea81ac39f69aff7d401a25184b
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 3134e50..1a1aef9 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx
@@ -375,6 +375,8 @@ struct WindowResHeader namespace vcl { typedef OutputDevice RenderContext; class VCL_DLLPUBLIC Window : public ::OutputDevice, public Resource { friend class ::vcl::Cursor;