mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
getatomprop: Add forward declaration
No functional changes, but for every other function we have a forward declaration here. getatomprop should be no exception.
This commit is contained in:
parent
a84f1b01d2
commit
2d8d5a0931
1
dwm.c
1
dwm.c
@ -352,6 +352,7 @@ static void focusmon(const Arg *arg);
|
|||||||
#if !STACKER_PATCH
|
#if !STACKER_PATCH
|
||||||
static void focusstack(const Arg *arg);
|
static void focusstack(const Arg *arg);
|
||||||
#endif // STACKER_PATCH
|
#endif // STACKER_PATCH
|
||||||
|
static Atom getatomprop(Client *c, Atom prop);
|
||||||
static int getrootptr(int *x, int *y);
|
static int getrootptr(int *x, int *y);
|
||||||
static long getstate(Window w);
|
static long getstate(Window w);
|
||||||
static int gettextprop(Window w, Atom atom, char *text, unsigned int size);
|
static int gettextprop(Window w, Atom atom, char *text, unsigned int size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user