mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
3 lines
143 B
C
3 lines
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); |