Small fix in case of desktop icon without image.

Rootpmap accepts now works for 16/24 bit displays with 16/24/32 bit images.
This commit is contained in:
Sanel Zukan
2007-06-22 09:43:15 +00:00
parent d91784d0de
commit f006fb0d0f
5 changed files with 225 additions and 64 deletions

View File

@@ -19,6 +19,8 @@
#include <FL/Fl_Button.h>
#include <FL/Fl_Image.h>
#include <X11/Xlib.h> // Pixmap
class GlobalIconSettings;
class IconSettings;
class MovableIcon;
@@ -76,6 +78,7 @@ class MovableIcon : public Fl_Window {
private:
DesktopIcon* icon;
Fl_Box* icon_box;
Pixmap mask;
public:
MovableIcon(DesktopIcon* i);