mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
4 lines
199 B
C
4 lines
199 B
C
|
static void managealtbar(Window win, XWindowAttributes *wa);
|
||
|
static void spawnbar();
|
||
|
static void unmanagealtbar(Window w);
|
||
|
static int wmclasscontains(Window win, const char *class, const char *name);
|