~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to brighton/brightonMini.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 02:54:23 UTC
  • mfrom: (13.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215025423-g8hcla5gyl08mae3
Tags: 0.60.8-2
* Upload to unstable.
* Relax JACK's build-deps to let this build in sid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
#define REQ_DEBUG_4                     0x00008000
91
91
#define LADI_ENABLE                     0x00010000
92
92
#define GUI_NRP                         0x00020000
 
93
#define NO_LATCHING_KEYS        0x00040000
93
94
 
94
95
typedef struct GuiSynth {
95
96
        struct GuiSynth *next, *last;
168
169
extern void displayPanel(guiSynth *, char *, int, int, int);
169
170
extern int displayPanelText(guiSynth *, char *, int, int, int);
170
171
 
171
 
extern void brightonReadConfiguration(brightonWindow *, brightonApp *, int, char *);
 
172
extern void brightonReadConfiguration(brightonWindow *, brightonApp *, int, char *, char *);
 
173
extern void brightonWriteConfiguration(brightonWindow *, char *, int, char *);
 
174
 
172
175
extern int doAlarm();
173
176
 
174
177
#endif /* BRIGHTONMINI_H */