mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:57:39 +00:00
Removed new GCC 3.4 warnings from Alexander Malmbergs list.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17601 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a46846708e
commit
4a0281b9c4
10 changed files with 37 additions and 12 deletions
|
@ -30,16 +30,15 @@
|
|||
#include "AppKit/NSClipView.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSTableView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
DEFINE_RINT_IF_MISSING
|
||||
|
||||
@class NSTableView;
|
||||
|
||||
/*
|
||||
* Return the biggest integral (in device space) rect contained in rect.
|
||||
* Conversion to/from device space is done using view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue