all repos — tint2 @ main

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

src/default_icon.h (raw)

1
2
3
4
5
6
7
8
9
10
#ifndef default_icon_h
#define default_icon_h

#include <Imlib2.h>

extern int default_icon_width;
extern int default_icon_height;
extern DATA32 default_icon_data[];

#endif