mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added title for panel and desktop, so we can find them in xrestop list.
This commit is contained in:
@@ -186,7 +186,7 @@ static void desktop_message_handler(int action, Window xid, void *data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Desktop::Desktop() : EDE_DESKTOP_WINDOW(0, 0, 100, 100, "") {
|
Desktop::Desktop() : EDE_DESKTOP_WINDOW(0, 0, 100, 100, "ede-desktop") {
|
||||||
selection_x = selection_y = 0;
|
selection_x = selection_y = 0;
|
||||||
last_px = last_py = -1;
|
last_px = last_py = -1;
|
||||||
moving = false;
|
moving = false;
|
||||||
|
@@ -216,7 +216,7 @@ static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Panel::Panel() : PanelWindow(300, 30) {
|
Panel::Panel() : PanelWindow(300, 30, "ede-panel") {
|
||||||
gpanel = this;
|
gpanel = this;
|
||||||
|
|
||||||
clicked = 0;
|
clicked = 0;
|
||||||
|
Reference in New Issue
Block a user