all repos — tint2 @ 3a709ac55066d3c9ab1f1ec0860c95b9c2e6dd07

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

src/tint2conf/main.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <locale.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>

#ifdef GETTEXT_PACKAGE
#include <glib/gi18n-lib.h>
#else
#define _(String) String
#endif