summaryrefslogtreecommitdiffstats
path: root/src/bltGrBind.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-29 19:04:44 (GMT)
committerjoye <joye>2014-05-29 19:04:44 (GMT)
commitcc905526f6b089b9b4936535510da782bebeea92 (patch)
tree9db10abb1db533378b7d6fdf70a7511d19610889 /src/bltGrBind.h
parent5a540b87131f192071240d23845b12e5ea03b1a8 (diff)
downloadblt-cc905526f6b089b9b4936535510da782bebeea92.zip
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.gz
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrBind.h')
-rw-r--r--src/bltGrBind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrBind.h b/src/bltGrBind.h
index 6496106..9a4f79e 100644
--- a/src/bltGrBind.h
+++ b/src/bltGrBind.h
@@ -58,9 +58,9 @@ class BindTable {
Blt_BindPickProc* pickProc);
virtual ~BindTable();
- int configure(Tcl_Interp* interp, ClientData item, int objc,
- Tcl_Obj *const *objv);
+ int configure(Tcl_Interp*, ClientData, int, Tcl_Obj *const []);
void deleteBindings(ClientData object);
+ void doEvent(XEvent*, ClientData, ClientData);
};