~ubuntu-branches/ubuntu/edgy/vice/edgy

« back to all changes in this revision

Viewing changes to src/arch/unix/uikeyboard.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:
27
27
#ifndef _UIKEYBOARD_H
28
28
#define _UIKEYBOARD_H
29
29
 
30
 
#include "x11/x11menu.h"
 
30
#include "uimenu.h"
31
31
 
32
32
extern struct ui_menu_entry_s uikeyboard_settings_menu[];
33
33