From 56aab490b2042ed02ff20e1742849237c7128940 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 17 Sep 2025 23:12:33 +0200 Subject: chore: sync dmenu with upstream --- dmenu/drw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmenu/drw.h') diff --git a/dmenu/drw.h b/dmenu/drw.h index 48f2f93..94b8bbd 100644 --- a/dmenu/drw.h +++ b/dmenu/drw.h @@ -12,7 +12,7 @@ typedef struct Fnt { struct Fnt *next; } Fnt; -enum { ColFg, ColBg }; /* Clr scheme index */ +enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */ typedef XftColor Clr; typedef struct { @@ -30,7 +30,7 @@ typedef struct { } Drw; /* Drawable abstraction */ -Drw *drw_create(Display *dpy, int screen, Window win, unsigned int w, unsigned int h, Visual*, unsigned int, Colormap); +Drw *drw_create(Display *dpy, int screen, Window win, unsigned int w, unsigned int h, Visual *visual, unsigned int depth, Colormap cmap); void drw_resize(Drw *drw, unsigned int w, unsigned int h); void drw_free(Drw *drw); -- cgit v1.2.3