summaryrefslogtreecommitdiffstats
path: root/src/bltGrBind.h
diff options
context:
space:
mode:
authorjoye <joye>2014-06-02 17:43:18 (GMT)
committerjoye <joye>2014-06-02 17:43:18 (GMT)
commitc7f69dceaed915906668278c317c592721b938f9 (patch)
tree0d2493f93ea7c917b7d9255f59e79a72653885c4 /src/bltGrBind.h
parentf8a01906e319c1d68d96f6bf20510cf771f6e7e3 (diff)
downloadblt-c7f69dceaed915906668278c317c592721b938f9.zip
blt-c7f69dceaed915906668278c317c592721b938f9.tar.gz
blt-c7f69dceaed915906668278c317c592721b938f9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrBind.h')
-rw-r--r--src/bltGrBind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltGrBind.h b/src/bltGrBind.h
index e50c64d..cf98c0f 100644
--- a/src/bltGrBind.h
+++ b/src/bltGrBind.h
@@ -35,6 +35,7 @@
#include "bltGrMisc.h"
class BindTable;
+class Pick;
class Graph;
class BindTable {
@@ -43,7 +44,7 @@ class BindTable {
unsigned int flags_;
ClientData newItem_;
ClassId newContext_;
- int which_;
+ Pick* pickPtr_;
public:
Graph* graphPtr_;
@@ -55,7 +56,7 @@ class BindTable {
XEvent pickEvent_;
public:
- BindTable(Graph*, int);
+ BindTable(Graph*, Pick*);
virtual ~BindTable();
int configure(ClientData, int, Tcl_Obj *const []);