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_statuscmd.c | |
| parent | 250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (diff) | |
| download | dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.tar.gz dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.zip | |
Extrabar --> extrastatus
Diffstat (limited to 'patch/bar_statuscmd.c')
| -rw-r--r-- | patch/bar_statuscmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_statuscmd.c b/patch/bar_statuscmd.c index 5825647..0cd6013 100644 --- a/patch/bar_statuscmd.c +++ b/patch/bar_statuscmd.c @@ -10,13 +10,13 @@ click_statuscmd(Bar *bar, Arg *arg, BarClickArg *a) return click_statuscmd_text(arg, a->rel_x, rawstext); } -#if BAR_EXTRABAR_PATCH +#if BAR_EXTRASTATUS_PATCH int -click_statuscmd_eb(Bar *bar, Arg *arg, BarClickArg *a) +click_statuscmd_es(Bar *bar, Arg *arg, BarClickArg *a) { return click_statuscmd_text(arg, a->rel_x, rawestext); } -#endif // BAR_EXTRABAR_PATCH +#endif // BAR_EXTRASTATUS_PATCH int click_statuscmd_text(Arg *arg, int rel_x, char *text) |
