mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
6 lines
201 B
C
6 lines
201 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);
|
|
|