mirror of
https://github.com/mintycube/dwmblocks.git
synced 2024-10-22 14:05:47 +02:00
6 lines
69 B
C
6 lines
69 B
C
#pragma once
|
|
|
|
int setupX();
|
|
int closeX();
|
|
void setXRootName(char *);
|