diff options
| author | bakkeby <[email protected]> | 2020-08-24 15:03:55 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-24 15:03:55 +0200 |
| commit | df57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1 (patch) | |
| tree | 0070900225cca2864bc367ebe14763dc363e6799 /drw.h | |
| parent | 7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456 (diff) | |
| download | dwm-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
