mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user