summaryrefslogtreecommitdiffhomepage
path: root/drw.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-24 15:03:55 +0200
committerbakkeby <[email protected]>2020-08-24 15:03:55 +0200
commitdf57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1 (patch)
tree0070900225cca2864bc367ebe14763dc363e6799 /drw.h
parent7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456 (diff)
downloaddwm-flexipatch-df57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1.tar.gz
dwm-flexipatch-df57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1.zip
Identified and fixed a few more cross-compilation issues
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drw.h b/drw.h
index 12c16e0..f4eac03 100644
--- a/drw.h
+++ b/drw.h
@@ -83,7 +83,7 @@ Cur *drw_cur_create(Drw *drw, int shape);
void drw_cur_free(Drw *drw, Cur *cursor);
/* Drawing context manipulation */
-#if !PANGO_PATCH
+#if !BAR_PANGO_PATCH
void drw_setfontset(Drw *drw, Fnt *set);
#endif // BAR_PANGO_PATCH
void drw_setscheme(Drw *drw, Clr *scm);