* mouse.h: Put return codes from the mouse callback to an enum.
commit774b97e94c4e6f04e53cc8ab91c199990a64ee68
authorPavel Roskin <proski@gnu.org>
Sun, 22 Sep 2002 05:49:17 +0000 (22 05:49 +0000)
committerPavel Roskin <proski@gnu.org>
Sun, 22 Sep 2002 05:49:17 +0000 (22 05:49 +0000)
tree4c4a0d074ed22c004fea72bfe4b1fa7397c20cf1
parent577f69c22319b3ea64633f67fdd87ffab1ec9442
* mouse.h: Put return codes from the mouse callback to an enum.
Remove MOU_ENDLOOP and MOU_LOCK - they are interpreted like
MOU_NORMAL.  Adjust all dependencies.
* dlg.c: Use MOU_NORMAL instead of 0 for mouse_status.
src/ChangeLog
src/dlg.c
src/mouse.h
src/tree.c
src/widget.c