Home
last modified time | relevance | path

Searched refs:BrightonWindow (Results 1 – 2 of 2) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/include/brighton/
H A Dbrighton.h36 struct BrightonWindow;
38 typedef int (*brightonCallback)(struct BrightonWindow *, int, int, float);
101 extern int brightonRemoveInterface(struct BrightonWindow *);
102 extern int brightonParamChange(struct BrightonWindow *, int, int, brightonEvent *);
103 extern int brightonOpacity(struct BrightonWindow *, float);
104 extern int brightonColorQuality(struct BrightonWindow *, int);
105 extern struct BrightonWindow *brightonInterface(brightonApp *, int, int, int, float, int, int, int);
106 extern void brightonLogo(struct BrightonWindow *);
H A Dbrightoninternals.h147 struct BrightonWindow *bwin;
195 typedef struct BrightonWindow { struct
197 struct BrightonWindow *next, *last; argument