mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:50:38 +00:00
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:
parent
3ef13c9a23
commit
0f3af93a92
4 changed files with 56 additions and 20 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue