Updates for 0.9.19 release. Added authorization code to permit Fontconfig files to be installed on first launch from a non-admin account. Fixed possible lockups in fullscreen mode when attempting to print.

This commit is contained in:
Martin Fuhrer 2008-02-05 06:30:23 +00:00
parent 3c062cd1e1
commit 04506fa385
10 changed files with 264 additions and 118 deletions

View file

@ -40,7 +40,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef __APPLE_10_2_8__
#include <wchar.h>
#else
#define wchar_t char
#endif
#include "im.h"