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

« back to all changes in this revision

Viewing changes to src/vdc/vdc.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:
26
26
 *
27
27
 */
28
28
 
29
 
#ifndef _VDC_H
30
 
#define _VDC_H
 
29
#ifndef VICE_VDC_H
 
30
#define VICE_VDC_H
 
31
 
 
32
#include "types.h"
31
33
 
32
34
struct snapshot_s;
33
35
struct screenshot_s;
39
41
extern struct video_canvas_s *vdc_get_canvas(void);
40
42
 
41
43
extern void vdc_reset(void);
 
44
extern void vdc_trigger_light_pen(CLOCK mclk);
 
45
extern CLOCK vdc_lightpen_timing(int x, int y);
42
46
extern void vdc_prepare_for_snapshot(void);
43
47
extern void vdc_powerup(void);
44
48
extern void vdc_resize(void);