diff options
| author | Manolo Gouy <Manolo> | 2016-03-28 17:36:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-28 17:36:07 +0000 |
| commit | aacb5277e7499ed087cff495169484f6f6274d3c (patch) | |
| tree | 703bac8a791183522c88d13a6b1dfbfa0e6996a8 /src/drivers/WinAPI | |
| parent | 4fbbab8b41f4775752587f18c7d1b32bbd947c27 (diff) | |
Rewrite Fl_dnd.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11455 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 049c516d4..d0fb2d634 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -46,6 +46,7 @@ public: virtual void error(const char *format, va_list args); virtual void fatal(const char *format, va_list args); virtual int compose(int &del); + virtual int dnd(int unused); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
