dwm.h
changeset 761 4e835c2a7a12
parent 760 8ed842c35e8d
child 762 140bcd4782d8
equal deleted inserted replaced
760:8ed842c35e8d 761:4e835c2a7a12
   126 extern void sendevent(Window w, Atom a, long value);	/* send synthetic event to w */
   126 extern void sendevent(Window w, Atom a, long value);	/* send synthetic event to w */
   127 extern int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */
   127 extern int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */
   128 
   128 
   129 /* tag.c */
   129 /* tag.c */
   130 extern void initrregs(void);			/* initialize regexps of rules defined in config.h */
   130 extern void initrregs(void);			/* initialize regexps of rules defined in config.h */
   131 extern Client *getnext(Client *c);		/* returns next visible client */
       
   132 extern Client *getprev(Client *c);		/* returns previous visible client */
       
   133 extern void settags(Client *c, Client *trans);	/* sets tags of c */
   131 extern void settags(Client *c, Client *trans);	/* sets tags of c */
   134 extern void tag(Arg *arg);			/* tags c with arg's index */
   132 extern void tag(Arg *arg);			/* tags c with arg's index */
   135 extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
   133 extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
   136 
   134 
   137 /* util.c */
   135 /* util.c */