~ubuntu-branches/ubuntu/trusty/vice/trusty-proposed

« back to all changes in this revision

Viewing changes to src/arch/unix/x11/gnome/uiarch.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730191559-aybuaxdqc7uc57fc
Tags: 1.19-1
* New upstream version (Closes: #344245, #379781)
* Reference to roms in package description fixed (Closes: #302900)
* Acknowledge xlibs NMU (Closes: #346768)
* Build-Depends: bison++ | bison
* Build-Depends: libxaw-headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define UI_MENU_CB_PARAM (((ui_menu_cb_obj*)event_data)->value) 
51
51
 
52
52
extern GtkWidget *_ui_top_level;
53
 
extern Display *display;
54
53
extern GdkVisual *visual;
55
54
extern GtkWidget *canvasw;
56
55