* Source/NSTextView_actions.m:

* Source/NSOpenPanel.m:
        * Source/GSLayoutManager.m:
        * Source/NSLayoutManager.m:
        * Source/NSSavePanel.m:
        * Source/NSTextView.m:
        * Source/NSStringDrawing.m:
        * Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h:
        * Headers/AppKit/NSTextView.h: Remove underscores from category names
        as they can confuse the debugger.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ratmice 2006-11-06 10:19:20 +00:00
parent 490db23477
commit b913f96dc2
10 changed files with 36 additions and 23 deletions

View file

@ -373,7 +373,7 @@ The text system always has positive y down, so we flip the coordinate
system when drawing (if the view isn't flipped already). This causes the
glyphs to be drawn upside-down, so we need to tell NSFont to flip the fonts.
*/
@interface NSFont (font_flip_hack)
@interface NSFont (FontFlipHack)
+(void) _setFontFlipHack: (BOOL)flip;
@end