mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Some refactoring so icon properties does not get's copied
Added some hack to make valgrind silent in wallpaper code
This commit is contained in:
@@ -31,8 +31,8 @@ class Fl_Menu_Button;
|
||||
|
||||
class DesktopIcon : public Fl_Widget {
|
||||
private:
|
||||
IconSettings* settings;
|
||||
const GlobalIconSettings* globals;
|
||||
IconSettings* settings;
|
||||
const GlobalIconSettings* gsettings;
|
||||
|
||||
int lwidth;
|
||||
int lheight;
|
||||
|
||||
Reference in New Issue
Block a user