~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/tk-x-plat/pltkwd.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: pltkwd.h,v 1.4 2002/08/05 14:10:16 vincentdarley Exp $
2
 
 * $Log: pltkwd.h,v $
3
 
 * Revision 1.4  2002/08/05 14:10:16  vincentdarley
4
 
 * removed dependence on tkInt, fixed win-tk compile
5
 
 *
6
 
 * Revision 1.3  2002/07/28 22:41:15  airwin
7
 
 * Split tkwin.c into tkwin_common.c and tkwin.c to remove cross-linking issue
8
 
 * and allow tkwin.c to act like a normal driver.  So the last "special" version
9
 
 * of drivers is gone.
10
 
 *
11
 
 * Reconfigured library dependencies and link lines so that we now have reasonably
12
 
 * rational hierarchical dependencies and linking on Linux.
13
 
 *
14
 
 * Revision 1.2  2002/07/10 09:52:38  vincentdarley
15
 
 * resolve name clashes, and sync pltools.tcl
16
 
 *
17
 
 * Revision 1.1  2002/07/02 09:03:44  vincentdarley
18
 
 * x-platform tk code
19
 
 *
20
 
 * Revision 1.1.2.1  2000/07/28 19:12:23  airwin
21
 
 * AWI: added files from pltk patch
22
 
 *
23
 
 * Revision 1.1  1995/06/01  21:45:26  mjl
24
 
 * Created to hold definitions and prototypes specific to the X-driver.  The
25
 
 * user shouldn't need to access this file but it's here just in case.
26
 
 *
27
 
 *
28
 
 * Old entries from plplotX.h:
29
 
 *
30
 
 * Revision 1.17  1995/05/26  20:20:13  mjl
31
 
 * Changed plstream.h -> plstrm.h everywhere.
32
 
 *
33
 
 * Revision 1.16  1995/04/12  21:10:26  mjl
34
 
 * Made the ordinary graphics context and the current color a device-dependent
35
 
 * quantity rather than a display-dependent one, to fix problems with color
36
 
 * selection when plotting to separate streams/xwindows.  Thanks to Radey
37
 
 * Shouman for pointing it out.
38
 
 *
39
 
 * Revision 1.15  1995/03/16  23:43:46  mjl
40
 
 * Old cursorX, cursorY variables replaced with a PLGraphicsIn structure.
41
 
 * Also variables added for dealing with graphic crosshairs.
42
 
 *
43
 
 * Revision 1.14  1994/11/02  19:55:50  mjl
44
 
 * Added cursorX, cursorY for holding coordinates at mouse click.
45
 
 *
46
 
 * Revision 1.13  1994/10/11  18:59:57  mjl
47
 
 * Added prototypes for plD_open_xw() and plX_setBGFG().
48
 
*/
49
 
 
50
 
/*      plxwd.h
 
1
/* $Id: pltkwd.h,v 1.5 2004/06/25 21:40:26 airwin Exp $
51
2
 
52
3
        Holds system header includes, prototypes of xwin driver
53
4
        utility functions, and definition of the state structure.