diff options
| author | bakkeby <[email protected]> | 2020-07-19 16:57:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-19 16:57:30 +0200 |
| commit | 023aa218e4a0f7614bf59db88942c4f66f560410 (patch) | |
| tree | 776d6a5aac6ec4d4e17070a82cd9b88723c870e3 /patch/bar_status2d.h | |
| parent | 23c0e9450f19e50c46a577e626e059e673ba1499 (diff) | |
| download | dwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.tar.gz dwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.zip | |
Adding powerline patch
Diffstat (limited to 'patch/bar_status2d.h')
| -rw-r--r-- | patch/bar_status2d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/bar_status2d.h b/patch/bar_status2d.h index cdaa2a8..ea48dd3 100644 --- a/patch/bar_status2d.h +++ b/patch/bar_status2d.h @@ -9,5 +9,5 @@ static int draw_status2d_es(Bar *bar, BarDrawArg *a); #if !BAR_STATUSCMD_PATCH static int click_status2d(Bar *bar, Arg *arg, BarClickArg *a); #endif // BAR_STATUSCMD_PATCH -static int drawstatusbar(int x, char* text); -static int status2dtextlength(char* stext);
\ No newline at end of file +static int drawstatusbar(int x, char *text); +static int status2dtextlength(char *stext);
\ No newline at end of file |
