浏览代码

getatomprop: Add forward declaration

No functional changes, but for every other function we have a forward
declaration here. getatomprop should be no exception.
Chris Down 5 年之前
父节点
当前提交
f087d20e6e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -169,6 +169,7 @@ static void focus(Client *c);
 static void focusin(XEvent *e);
 static void focusmon(const Arg *arg);
 static void focusstack(const Arg *arg);
+static Atom getatomprop(Client *c, Atom prop);
 static int getrootptr(int *x, int *y);
 static long getstate(Window w);
 static int gettextprop(Window w, Atom atom, char *text, unsigned int size);