all repos — tint2 @ 9899d8a7c0e88df44b5c493e142e90ecdfffcc9a

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

src/tint2conf/properties.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PROPERTIES
#define PROPERTIES

#include <gtk/gtk.h>


GtkWidget *create_properties();


#endif