dwm.h
changeset 987 ea0cef59c3a3
parent 971 b2a0dfa22b1d
child 988 aea51354bbe6
equal deleted inserted replaced
986:2d6f17254ba8 987:ea0cef59c3a3
   102 void unmanage(Client *c);		/* unmanage c */
   102 void unmanage(Client *c);		/* unmanage c */
   103 void updatesizehints(Client *c);	/* update the size hint variables of c */
   103 void updatesizehints(Client *c);	/* update the size hint variables of c */
   104 void updatetitle(Client *c);		/* update the name of c */
   104 void updatetitle(Client *c);		/* update the name of c */
   105 
   105 
   106 /* draw.c */
   106 /* draw.c */
   107 void drawstatus(void);			/* draw the bar */
   107 void drawbar(void);			/* draw the bar */
   108 void drawtext(const char *text, unsigned long col[ColLast]);	/* draw text */
   108 void drawtext(const char *text, unsigned long col[ColLast]);	/* draw text */
   109 unsigned int textw(const char *text);	/* return the width of text in px*/
   109 unsigned int textw(const char *text);	/* return the width of text in px*/
   110 
   110 
   111 /* event.c */
   111 /* event.c */
   112 void grabkeys(void);			/* grab all keys defined in config.h */
   112 void grabkeys(void);			/* grab all keys defined in config.h */