~ubuntu-branches/ubuntu/precise/vice/precise

« back to all changes in this revision

Viewing changes to src/arch/unix/x11/vidmode.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-11 18:30:16 UTC
  • mfrom: (1.1.8 upstream) (9.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100211183016-f6n8usn3tzp0u6dp
Tags: 2.2.dfsg-1
* New upstream release, C64 DTV is included so update package description
  and add it to the menu.
* Drop patch fixing build failure with gcc-4.4 , applied upstream.
* Fix some lintian problems and clean up debian/rules .

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * vidmode.h
3
3
 *
4
4
 * Written by
5
 
 *  Martin Pottendorfer <pottendo@utanet.at>
 
5
 *  pottendo <pottendo@gmx.net>
6
6
 *  Andreas Boose <viceteam@t-online.de>
7
7
 *
8
8
 * This file is part of VICE, the Versatile Commodore Emulator.
25
25
 *
26
26
 */
27
27
 
28
 
#ifndef _VIDMODE_H
29
 
#define _VIDMODE_H
 
28
#ifndef VICE_VIDMODE_H
 
29
#define VICE_VIDMODE_H
30
30
 
31
31
struct video_canvas_s;
32
32
struct ui_menu_entry_s;
56
56
extern void vidmode_menu_shutdown(struct ui_menu_entry_s *menu);
57
57
 
58
58
#endif
59