~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/amigaos/videoarch.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
struct palette_s;
37
37
struct video_draw_buffer_callback_s;
38
 
struct video_resource_chip_s;
39
38
 
40
39
struct video_canvas_s {
41
40
    struct video_canvas_s *next; /* linked list */
48
47
    struct viewport_s *viewport;
49
48
    struct geometry_s *geometry;
50
49
    struct palette_s *palette;
51
 
    struct video_resource_chip_s *video_resource_chip;
52
50
    struct os_s *os; /* AmigaOS specific */
53
51
    struct video_draw_buffer_callback_s *video_draw_buffer_callback;
54
52
    int current_fullscreen;