~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to vibrant/vibmouse.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  $Id: vibmouse.h,v 6.1 1999/04/06 14:23:26 lewisg Exp $
 
1
/*  $Id: vibmouse.h,v 6.2 2004/04/01 13:43:09 lavr Exp $
2
2
* ===========================================================================
3
3
*
4
4
*                            PUBLIC DOMAIN NOTICE
31
31
*
32
32
* ==========================================================================
33
33
* $Log: vibmouse.h,v $
 
34
* Revision 6.2  2004/04/01 13:43:09  lavr
 
35
* Spell "occurred", "occurrence", and "occurring"
 
36
*
34
37
* Revision 6.1  1999/04/06 14:23:26  lewisg
35
38
* add opengl replacement for viewer3d
36
39
*
219
222
 
220
223
 
221
224
/*---[ MA_UnlinkPanel ]--------------------------------------------------
222
 
 * Give away the control over the mouse events occured in the
 
225
 * Give away the control over the mouse events occurred in the
223
226
 * panel(if any) presently wrapped by "ma";  disable all mouse handlers
224
227
 * previously set for this panel
225
228
 */