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

« back to all changes in this revision

Viewing changes to include/brighton/brighton.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:
88
88
        brightonCallback callback;
89
89
        brightonRoutine destroy;
90
90
        brightonEmulation emulate;
91
 
        int width, height;
 
91
        int width, height, x, y;
92
92
        /*
93
93
         * It would be nice to integrate the following as defaults that would be
94
94
         * set when synth is found and overridden by subsequent options:
102
102
extern int brightonParamChange(struct BrightonWindow *, int, int, brightonEvent *);
103
103
extern int brightonOpacity(struct BrightonWindow *, float);
104
104
extern int brightonColorQuality(struct BrightonWindow *, int);
105
 
extern struct BrightonWindow *brightonInterface(brightonApp *, int, int, int, float, int);
 
105
extern struct BrightonWindow *brightonInterface(brightonApp *, int, int, int, float, int, int, int);
106
106
extern void brightonLogo(struct BrightonWindow *);
107
107
extern int brightonEventMgr();
108
108