1 /* Copyright (C) 2009 Free Software Foundation, Inc.
2 
3    Written by:  German Arias <german@xelalug.org>
4    Created: December 2009
5 
6    This file is part of the GNUstep Project
7 
8    This program is free software; you can redistribute it and/or
9    modify it under the terms of the GNU General Public License
10    as published by the Free Software Foundation; either version 3
11    of the License, or (at your option) any later version.
12 
13    This program is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
17 
18    You should have received a copy of the GNU General Public
19    License along with this library; see the file COPYING.
20    If not, see <http://www.gnu.org/licenses/> or write to the
21    Free Software Foundation, 51 Franklin Street, Fifth Floor,
22    Boston, MA 02110-1301, USA.
23 */
24 
25 #import <Foundation/NSGeometry.h>
26 
27 #import "AppKit/NSWindow.h"
28 
29 NSSize
30 GSGetIconSize(void);
31 
32 void
33 GSRemoveIcon(NSWindow *window);
34 
35 NSRect
36 GSGetIconFrame(NSWindow *window);
37