mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 21:56:10 +01: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);
|
|
|