~ubuntu-branches/ubuntu/trusty/gnustep-back/trusty

« back to all changes in this revision

Viewing changes to Headers/cairo/Win32CairoGlitzSurface.h

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2008-07-02 17:19:03 UTC
  • mfrom: (1.2.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702171903-n1potlcotage8xy0
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   Win32CairoGlitzSurface.h
 
3
 
 
4
   Copyright (C) 2008 Free Software Foundation, Inc.
 
5
 
 
6
   March 2nd, 2008
 
7
   Author: Xavier Glattard <xavier.glattard@free.fr>
 
8
 
 
9
   This file is part of GNUstep.
 
10
   
 
11
   This library is free software; you can redistribute it and/or
 
12
   modify it under the terms of the GNU Lesser General Public
 
13
   License as published by the Free Software Foundation; either
 
14
   version 2 of the License, or (at your option) any later version.
 
15
   
 
16
   This library is distributed in the hope that it will be useful,
 
17
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
19
   Lesser General Public License for more details.
 
20
   
 
21
   You should have received a copy of the GNU Lesser General Public
 
22
   License along with this library; see the file COPYING.LIB.
 
23
   If not, see <http://www.gnu.org/licenses/> or write to the 
 
24
   Free Software Foundation, 51 Franklin Street, Fifth Floor, 
 
25
   Boston, MA 02110-1301, USA.
 
26
*/
 
27
 
 
28
#ifndef Win32CairoGlitzSurface_h
 
29
#define Win32CairoGlitzSurface_h
 
30
 
 
31
#include "win32/WIN32Server.h"
 
32
 
 
33
#include "cairo/CairoSurface.h"
 
34
 
 
35
@interface Win32CairoGlitzSurface : CairoSurface
 
36
{
 
37
}
 
38
@end
 
39
 
 
40
 
 
41
#endif
 
42
 
 
43