Reworked version of patches by Marcian Lytwyn

<marcian.lytwyn@advcsi.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35899 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2012-12-16 22:51:23 +00:00
parent 3ef13c9a23
commit 0f3af93a92
4 changed files with 56 additions and 20 deletions

View file

@ -42,11 +42,6 @@
#import "GNUstepGUI/GSCharacterPanel.h"
#import "GSGuiPrivate.h"
#if defined(HAVE_UNICODE_UCHAR_H) && defined(HAVE_UNICODE_USTRING_H)
#include <unicode/uchar.h>
#include <unicode/ustring.h>
@implementation NSApplication (CharacterPanel)
- (void) orderFrontCharacterPalette: (id)sender
@ -56,7 +51,9 @@
@end
#if defined(HAVE_UNICODE_UCHAR_H) && defined(HAVE_UNICODE_USTRING_H)
#include <unicode/uchar.h>
#include <unicode/ustring.h>
@interface GSVerticallyCenteredTextFieldCell : NSTextFieldCell
{