.desktop files are read by DesktopFile

Added selection box, but needs more work with redrawing
DND mess; still not work as expected
This commit is contained in:
Sanel Zukan
2007-06-25 09:20:49 +00:00
parent c951b708ce
commit ea32acf7fa
5 changed files with 219 additions and 87 deletions

View File

@ -189,6 +189,7 @@ void DesktopIcon::fast_redraw(void) {
// LABEL_OFFSET + 2 include selection box line height too
parent()->damage(FL_DAMAGE_ALL, x(), y(), w(), h() + lheight + LABEL_OFFSET + 2);
//parent()->damage(FL_DAMAGE_CHILD, x(), y(), w(), h() + lheight + LABEL_OFFSET + 2);
}
void DesktopIcon::draw(void) {