Tint2conf: support border sides (issue #580, thanks @stophe)

This commit is contained in:
o9000
2016-05-18 23:13:28 +02:00
parent 42d95f2930
commit 50c2f72a66
5 changed files with 146 additions and 5 deletions

View File

@@ -41,6 +41,9 @@ typedef enum MouseAction {
#define ALL_DESKTOPS 0xFFFFFFFF
// add c to s
char *append(char *s, char c);
// Copies a file to another path
void copy_file(const char *path_src, const char *path_dest);