pantry/projects/x.org/xft/test.c
Andrii Riabchenko 2454f73780 new file: projects/x.org/xft/package.yml
new file:   projects/x.org/xft/test.c
2024-01-10 10:00:56 -05:00

6 lines
94 B
C

#include "X11/Xft/Xft.h"
int main(int argc, char* argv[]) {
XftFont font;
return 0;
}