neodotfiles/user/.config/suckless/dmenu/patch/scroll.h
Clay Gomera 75927f319c Updated
2022-07-01 02:06:16 -04:00

3 lines
No EOL
143 B
C

enum { AlignL, AlignR };
int drw_text_align(Drw *drw, int x, int y, unsigned int w, unsigned int h, const char *text, int textlen, int align);