more flexipatch

This commit is contained in:
2023-02-25 17:50:17 +01:00
parent ad060cc9d8
commit dc51ce018b
35 changed files with 3768 additions and 171 deletions

View File

@@ -0,0 +1,3 @@
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);