diff options
| author | Lignum Crucis | 2026-04-09 23:38:33 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-04-09 23:38:33 -0300 |
| commit | a56335b967a13ef96bab1c8f30e9e4e87d22d0e4 (patch) | |
| tree | e8f9275d936e9fe53bda83d46c7438e1201a5b97 /drw.h | |
| parent | 88828ed10a096613eae35c099a2d527cc9d87013 (diff) | |
patch: fulltag-indicator
need configuration
Diffstat (limited to 'drw.h')
| -rw-r--r-- | drw.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,5 +56,9 @@ void drw_setscheme(Drw *drw, Clr *scm); void drw_rect(Drw *drw, int x, int y, unsigned int w, unsigned int h, int filled, int invert); int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lpad, const char *text, int invert); +/* full tag indicator functions */ +void drw_fti(Drw *drw, int x_pos, int y_pos, unsigned int wid, unsigned int hei, const char *bg, const char *border); +unsigned long get_colorpixel(Display *dpy, const char *hex); + /* Map functions */ void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h); |
