~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/unix/fullscreenarch.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:
38
38
};
39
39
typedef struct fullscreenconfig_s fullscreenconfig_t;
40
40
 
41
 
 
42
41
struct ui_menu_entry_s;
43
42
 
44
43
extern int fullscreen_is_enabled; 
54
53
extern int fullscreen_init(void);
55
54
extern int fullscreen_init_alloc_hooks(struct video_canvas_s *canvas);
56
55
extern void fullscreen_shutdown_alloc_hooks(struct video_canvas_s *canvas);
57
 
 
58
56
#endif
59
57