~ubuntu-branches/ubuntu/gutsy/rss-glx/gutsy

« back to all changes in this revision

Viewing changes to src/driver.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-11-30 18:21:27 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051130182127-5iww7elbiyzej1lk
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
void handle_global_opts (int c);
47
47
int strtol_minmaxdef(char *optarg, int base, int min, int max, int type, int def, char *errmsg);
48
48
 
 
49
void hack_handle_opts (int argc, char **argv);
 
50
void hack_init (xstuff_t *);
 
51
void hack_reshape (xstuff_t *);
 
52
void hack_draw (xstuff_t *, double, float);
 
53
void hack_cleanup (xstuff_t *);
 
54
 
49
55
#endif