~ubuntu-branches/ubuntu/saucy/bochs/saucy-proposed

« back to all changes in this revision

Viewing changes to gui/sdl.h

  • Committer: Bazaar Package Importer
  • Author(s): David Futcher
  • Date: 2009-04-30 07:46:11 UTC
  • mfrom: (1.1.11 upstream) (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090430074611-6dih80a5mk2uvxhk
Tags: 2.3.7+20090416-1ubuntu1
* Merge from debian unstable (LP: #370427), remaining changes:
  - debian/patches/12_no-ssp.patch: Build bios with -fno-stack-protector
  - Add Replaces/Conflicts for bochsbios-qemu (<< 2.3.6-2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/////////////////////////////////////////////////////////////////////////
2
 
// $Id: sdl.h,v 1.6 2005/04/25 16:20:14 vruppert Exp $
 
2
// $Id: sdl.h,v 1.8 2009/02/08 09:05:52 vruppert Exp $
 
3
/////////////////////////////////////////////////////////////////////////
 
4
//
 
5
//  Copyright (C) 2002  MandrakeSoft S.A.
 
6
//
 
7
//    MandrakeSoft S.A.
 
8
//    43, rue d'Aboukir
 
9
//    75002 Paris - France
 
10
//    http://www.linux-mandrake.com/
 
11
//    http://www.mandrakesoft.com/
 
12
//
 
13
//  This library is free software; you can redistribute it and/or
 
14
//  modify it under the terms of the GNU Lesser General Public
 
15
//  License as published by the Free Software Foundation; either
 
16
//  version 2 of the License, or (at your option) any later version.
 
17
//
 
18
//  This library is distributed in the hope that it will be useful,
 
19
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
21
//  Lesser General Public License for more details.
 
22
//
 
23
//  You should have received a copy of the GNU Lesser General Public
 
24
//  License along with this library; if not, write to the Free Software
 
25
//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
3
26
/////////////////////////////////////////////////////////////////////////
4
27
 
5
28
#ifndef BX_SDL_H