all repos — tint2 @ 8e8046af6de68bfc27b1ba585133721d29e46b46

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Print warning in case of empty pixmap in area
o9000 mrovi9000@gmail.com
commit

8e8046af6de68bfc27b1ba585133721d29e46b46

parent

94e2b5edb140ee774955ae517433d9f795366ee5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/util/area.csrc/util/area.c

@@ -384,6 +384,8 @@ a->width,

a->height, a->posx, a->posy); + else + fprintf(stderr, RED "%s %d: area %s has no pixmap!!!" RESET "\n", __FILE__, __LINE__, a->name); for (GList *l = a->children; l; l = l->next) draw_tree((Area *)l->data);