mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 06:11:37 +00:00
Optimisations etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5eb0a2e7a0
commit
7f8efd6908
5 changed files with 54 additions and 12 deletions
|
@ -31,6 +31,14 @@
|
|||
#include <AppKit/NSStringDrawing.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
/*
|
||||
* A function called by NSApplication to ensure that this file is linked
|
||||
* when it should be.
|
||||
*/
|
||||
void
|
||||
GSStringDrawingDummyFunction()
|
||||
{
|
||||
}
|
||||
|
||||
static NSCharacterSet *whitespace;
|
||||
static NSCharacterSet *newlines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue