dwm.h
changeset 698 e1c8bef05e6e
parent 697 4d12382fef8e
child 700 f05c825db96b
equal deleted inserted replaced
697:4d12382fef8e 698:e1c8bef05e6e
   141 extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
   141 extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
   142 
   142 
   143 /* util.c */
   143 /* util.c */
   144 extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   144 extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   145 extern void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   145 extern void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   146 extern void *erealloc(void *ptr, unsigned int size);	/* reallocates memory, exits on error */
       
   147 extern void spawn(Arg *arg);			/* forks a new subprocess with to arg's cmd */
   146 extern void spawn(Arg *arg);			/* forks a new subprocess with to arg's cmd */
   148 
   147 
   149 /* view.c */
   148 /* view.c */
   150 extern void detach(Client *c);			/* detaches c from global client list */
   149 extern void detach(Client *c);			/* detaches c from global client list */
   151 extern void dofloat(void);			/* arranges all windows floating */
   150 extern void dofloat(void);			/* arranges all windows floating */