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

« back to all changes in this revision

Viewing changes to src/arch/unix/fullscreenarch.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-07-12 10:12:00 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050712101200-sesaehw0y62yoo6o
Tags: 1.16-4
* Apply patch from Jens Seidel <jensseidel@users.sf.net> to de.po,
  fixing German translation issues (closes: #313846)
* Standards-Version: 3.6.1.1 (going to 3.6.2 is going to require me to
  take a closer look at the menus)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
extern void fullscreen_resume(void);
50
50
extern void fullscreen_set_mouse_timeout(void);
51
51
extern void fullscreen_mode_callback(const char *device, void *callback);
52
 
extern void fullscreen_menu_create(struct ui_menu_entry_s menu[]);
53
 
extern void fullscreen_menu_shutdown(struct ui_menu_entry_s menu[]);
54
52
extern int fullscreen_init(void);
55
53
extern int fullscreen_init_alloc_hooks(struct video_canvas_s *canvas);
56
54
extern void fullscreen_shutdown_alloc_hooks(struct video_canvas_s *canvas);