mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Protext id
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78ae31019c
commit
23a3ed2d56
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/xlib/GSXftFontInfo.m: Protect 'id' when including
|
||||
fontconfig/fontconfig.h (suggestion from Pete French).
|
||||
|
||||
2003-03-26 00:24 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/x11/XWindowBuffer.m (-dealloc): Free the shared memory
|
||||
|
|
|
@ -40,7 +40,9 @@
|
|||
#include "xlib/GSXftFontInfo.h"
|
||||
|
||||
#ifdef HAVE_FC
|
||||
#define id _gs_avoid_id_collision
|
||||
#include <fontconfig/fontconfig.h>
|
||||
#undef id
|
||||
|
||||
/*
|
||||
* class global dictionary of existing fonts
|
||||
|
|
Loading…
Reference in a new issue