spmenu/libs/sl/draw.h
2023-03-08 21:12:37 +01:00

12 lines
134 B
C

#if PANGO
#define USEPANGO 1
#else
#define USEPANGO 0
#endif
#if USEPANGO
#include "draw-pango.h"
#else
#include "draw-xft.h"
#endif