diff options
| author | bakkeby <[email protected]> | 2020-07-18 21:12:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-18 21:12:30 +0200 |
| commit | 6961418d636985d96c0c3248752e642b0ec4c84b (patch) | |
| tree | 57391183827f8377d4d0ef66092deb73e82b2a26 /patch/bar_status2d.h | |
| parent | 250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (diff) | |
| download | dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.tar.gz dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.zip | |
Extrabar --> extrastatus
Diffstat (limited to 'patch/bar_status2d.h')
| -rw-r--r-- | patch/bar_status2d.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/bar_status2d.h b/patch/bar_status2d.h index 555b093..cdaa2a8 100644 --- a/patch/bar_status2d.h +++ b/patch/bar_status2d.h @@ -1,5 +1,11 @@ static int width_status2d(Bar *bar, BarWidthArg *a); +#if BAR_EXTRASTATUS_PATCH +static int width_status2d_es(Bar *bar, BarWidthArg *a); +#endif // BAR_EXTRASTATUS_PATCH static int draw_status2d(Bar *bar, BarDrawArg *a); +#if BAR_EXTRASTATUS_PATCH +static int draw_status2d_es(Bar *bar, BarDrawArg *a); +#endif // BAR_EXTRASTATUS_PATCH #if !BAR_STATUSCMD_PATCH static int click_status2d(Bar *bar, Arg *arg, BarClickArg *a); #endif // BAR_STATUSCMD_PATCH |
