- fixed bug in wrong event code, causing some plugin buttons not working

- added redraw events to plugin buttons, to show updates better
This commit is contained in:
2003-10-28 14:37:47 +00:00
parent 4bec8ba7d5
commit a5247cf5b8
2 changed files with 5 additions and 4 deletions

View File

@@ -173,10 +173,10 @@ void test_idbutton_cb(void *namev, void *arg2_unused);
#define B_REDRAWCBAND 1318
#define B_BANDCOL 1319
#define B_LOADTEXIMA1 1320
#define B_PLUGBUT 1321
#define B_TEXPRV 1322
#define B_TEXPRV 1321
/* plugbut reserves 24 buttons at least! */
#define B_PLUGBUT 1325
/* B_PLUGBUT reserves 24 buttons at least! */
#define B_ENV_MAKE 1350
#define B_ENV_FREE 1351