diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-05 18:57:07 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-05 18:57:07 +0200 |
| commit | 217120c28190fb0c544a48b9dec984ca4e9bd327 (patch) | |
| tree | cdb6afde9730db9dee99e9be694f96fdbd22d840 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | |
| parent | 170a9d8e1fc00e55a2a9a13abc16107cbcecded0 (diff) | |
Move struct shape_data_type inside Fl_XXX_Window_Driver.
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx index ab4bbfdee..459143dad 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx @@ -39,6 +39,7 @@ Fl_WinAPI_Window_Driver::Fl_WinAPI_Window_Driver(Fl_Window *win) : Fl_Window_Driver(win) { icon_ = new icon_data; + shape_data_ = NULL; memset(icon_, 0, sizeof(icon_data)); cursor = NULL; screen_num_ = -1; |
