mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02: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);
|