~ubuntu-branches/ubuntu/karmic/xscreensaver/karmic

« back to all changes in this revision

Viewing changes to hacks/glx/gltrackball.h

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2006-07-29 23:00:43 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20060729230043-3ergkicskbntet5n
Tags: 4.24-5
remove /usr/doc/xscreensaver link to finish /usr/doc ->
/usr/share/doc transition (closes: #380394)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
void gltrackball_mousewheel (trackball_state *ts,
46
46
                             int button, int percent, int horizontal_p);
47
47
 
 
48
/* Return the quaternion encapsulated by the trackball state.
 
49
 */
 
50
extern void gltrackball_get_quaternion (trackball_state *ts, float q[4]);
 
51
 
48
52
#endif /* __GLTRACKBALL_H__ */
49
53