~ubuntu-branches/ubuntu/lucid/compiz-fusion-plugins-extra/lucid

« back to all changes in this revision

Viewing changes to src/3d/3d_options.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-27 12:58:26 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527125826-fvnkfpg60l7sarwp
Tags: 0.7.4+git20080527-0ubuntu1
new git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    TdScreenOptionWindowMatch,
33
33
    TdScreenOptionMinCubeSize,
34
34
    TdScreenOptionMaxWindowSpace,
35
 
    TdScreenOptionSpeed,
36
35
    TdScreenOptionManualOnly,
37
36
    TdScreenOptionWidth,
38
37
    TdScreenOptionBevel,
61
60
CompOption *     tdGetMaxWindowSpaceOption (CompScreen *s);
62
61
void             tdSetMaxWindowSpaceNotify (CompScreen *s, tdScreenOptionChangeNotifyProc notify);
63
62
 
64
 
float            tdGetSpeed (CompScreen *s);
65
 
CompOption *     tdGetSpeedOption (CompScreen *s);
66
 
void             tdSetSpeedNotify (CompScreen *s, tdScreenOptionChangeNotifyProc notify);
67
 
 
68
63
Bool             tdGetManualOnly (CompScreen *s);
69
64
CompOption *     tdGetManualOnlyOption (CompScreen *s);
70
65
void             tdSetManualOnlyNotify (CompScreen *s, tdScreenOptionChangeNotifyProc notify);