Finishing wallpaper options (centering, stretching, tiling).

Some refactoring.
This commit is contained in:
Sanel Zukan
2009-03-26 17:05:44 +00:00
parent 757710503f
commit 5fe543ff4c
5 changed files with 137 additions and 230 deletions

View File

@@ -320,7 +320,7 @@ void DesktopIcon::fast_redraw(void) {
}
void DesktopIcon::draw(void) {
//draw_box(FL_UP_BOX, FL_BLACK);
// draw_box(FL_UP_BOX, FL_BLACK);
if(image() && (damage() & FL_DAMAGE_ALL)) {
Fl_Image* im = image();