all repos — tint2 @ 380f2600278b111b065c9976126d8fc6bf0d85f6

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

src/tint2conf/md4.h (raw)

1
2
3
4
5
6
7
#ifndef MD4_H
#define MD4_H

#define MD4_HEX_SIZE 33
void md4hexf(const char *path, char *hash);

#endif