Added title for panel and desktop, so we can find them in xrestop list.

This commit is contained in:
Sanel Zukan
2012-12-20 01:16:01 +00:00
parent 8bb9028df3
commit eed00b3fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) {
}
#endif
Panel::Panel() : PanelWindow(300, 30) {
Panel::Panel() : PanelWindow(300, 30, "ede-panel") {
gpanel = this;
clicked = 0;