all repos — tint2 @ 4170b5d878166595a13cddbded12c805842a1a7a

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