Fixing way how tray icon window is drawn. This required changing a bit of code here

This commit is contained in:
Sanel Zukan
2011-10-27 12:02:07 +00:00
parent a23957a49e
commit 513ffe504a
5 changed files with 33 additions and 100 deletions

View File

@@ -19,6 +19,7 @@ class Tray : public Fl_Group {
private:
Atom opcode, message_data;
WinList win_list;
void distribute_children(void);
public:
Tray();
~Tray();