1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00
This commit is contained in:
id
2000-12-03 22:18:20 +00:00
parent d361ee2cc0
commit fa5af19285
8 changed files with 865 additions and 340 deletions

View File

@@ -1,11 +1,12 @@
#include <proplist.h>
#include <WINGs.h>
#include <WINGsP.h>
#include "generic.h"
#ifdef USE_FREETYPE
#include <freetype/freetype.h>
#endif
#include "generic.h"
#define MAX_GLYPHS 256
#define _debug(f...) {fprintf(stderr, "debug: ");fprintf(stderr, ##f);fflush(stderr);}