mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-10 19:10:48 +00: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);
|
|
|