diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 19:37:49 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 19:37:49 +0000 |
| commit | 1e8a53ecc425cb91c39bdff263192fae2c372edb (patch) | |
| tree | 02943c37fe4e984532109eadb6f752471d76421b /src/Fl_win32.cxx | |
| parent | 4aa388d4ffb2f62986fb5dc7b06325a4dd0cf56a (diff) | |
Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index b30bfde69..49814dd59 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1801,7 +1801,7 @@ Fl_X* Fl_WinAPI_Window_Driver::makeWindow() { x->w = w; i(x); x->region = 0; - x->private_dc = 0; + Fl_WinAPI_Window_Driver::driver(w)->private_dc = 0; cursor = LoadCursor(NULL, IDC_ARROW); custom_cursor = 0; if (!fl_codepage) fl_get_codepage(); |
