~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
extern void ui_pause_emulation(int flag);
86
86
extern int ui_emulation_is_paused(void);
87
87
extern void ui_check_mouse_cursor(void);
88
 
extern void ui_update_flip_menus(int from_unit, int to_unit);
 
88
extern void ui_restore_mouse(void);
89
89
 
90
90
extern void archdep_ui_init(int argc, char *argv[]);
91
91
extern void ui_set_application_icon(const char *icon_data[]);
100
100
#endif
101
101
extern void ui_update_pal_ctrls(int v);
102
102
 
 
103
extern void ui_common_init(void);
103
104
extern void ui_common_shutdown(void);
104
105
 
105
106
#endif