Removed multiple views support. Slow for my taste especially in case different

huge background images for each view; also eats up memory. Not to say that complicates code.
Added dnd basics.
This commit is contained in:
Sanel Zukan
2007-05-24 12:53:03 +00:00
parent 78c471744c
commit 4ef5be0c9b
6 changed files with 249 additions and 66 deletions

View File

@ -287,6 +287,9 @@ int DesktopIcon::handle(int event) {
case fltk::DND_RELEASE:
EDEBUG("Icon DND_RELEASE\n");
return 1;
case fltk::PASTE:
EDEBUG("Icon PASTE\n");
return 1;
}
return fltk::Widget::handle(event);