summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
authorLignum Crucis2026-04-09 23:38:33 -0300
committerLignum Crucis2026-04-09 23:38:33 -0300
commita56335b967a13ef96bab1c8f30e9e4e87d22d0e4 (patch)
treee8f9275d936e9fe53bda83d46c7438e1201a5b97 /drw.h
parent88828ed10a096613eae35c099a2d527cc9d87013 (diff)
patch: fulltag-indicator
need configuration
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drw.h b/drw.h
index bda06f9..9076944 100644
--- a/drw.h
+++ b/drw.h
@@ -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);