Major refactoring of GenericPopUp
[xboard.git] / xboard.c
index 080204b..959dfdd 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -545,6 +545,8 @@ XtActionsRec boardActions[] = {
     { "EnterKeyProc", EnterKeyProc },
     { "UpKeyProc", UpKeyProc },
     { "DownKeyProc", DownKeyProc },
+    { "WheelProc", WheelProc },
+    { "TabProc", TabProc },
 };
 
 char globalTranslations[] =