dwm.h
changeset 989 5f7018237edb
parent 988 aea51354bbe6
equal deleted inserted replaced
988:aea51354bbe6 989:5f7018237edb
    89 extern Window root, barwin;
    89 extern Window root, barwin;
    90 
    90 
    91 /* bar.c */
    91 /* bar.c */
    92 void drawbar(void);			/* draw the bar */
    92 void drawbar(void);			/* draw the bar */
    93 void initbar(void);			/* initializes the bar */
    93 void initbar(void);			/* initializes the bar */
       
    94 void initstyle(void);			/* initializes colors and font */
    94 unsigned int textw(const char *text);	/* return the width of text in px*/
    95 unsigned int textw(const char *text);	/* return the width of text in px*/
    95 void togglebar(const char *arg);	/* shows/hides the bar */
    96 void togglebar(const char *arg);	/* shows/hides the bar */
    96 void updatebarpos(void);		/* updates the bar position */
    97 void updatebarpos(void);		/* updates the bar position */
    97 
    98 
    98 /* client.c */
    99 /* client.c */