mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:30:38 +00:00
Minor bug fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d371ebf396
commit
c50f0dae54
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Mar 5 17:43:34 1997 GNUstep Development <gnustep@net-community.com>
|
||||
|
||||
* Headers/gnustep/gui/nsimage-tiff.h: Include gnustep-gui config.
|
||||
* Source/tiff.m: Include header file.
|
||||
|
||||
Tue Mar 4 18:05:24 1997 Ovidiu Predescu <ovidiu@bx.logicnet.ro>
|
||||
|
||||
* Source/NSFont.m (-minimumAdvancement): New method.
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
#ifndef _GNUstep_H_tiff
|
||||
#define _GNUstep_H_tiff
|
||||
|
||||
#include <gnustep/gui/config.h>
|
||||
|
||||
#ifdef HAVE_TIFF_H
|
||||
#include <tiffio.h>
|
||||
#else
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <gnustep/gui/nsimage-tiff.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue