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