mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
2454f73780
new file: projects/x.org/xft/test.c
6 lines
94 B
C
6 lines
94 B
C
#include "X11/Xft/Xft.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
XftFont font;
|
|
return 0;
|
|
} |