You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifndef __REGW_H_#define __REGW_H_#ifdef __REGW_C_#define COLUMN1 6#define ECOLUMN1 15#define COLUMN2 26#define ECOLUMN2 35static long regw_byte;static long regw_cline = -1;static long regw_reg = -1;static long regw_regnible;#endif __REGW_C_/*Functions*/void regw_click( Point *p, short modifiers);void regw_keypress( long key);void regw_undo_keypress(void);void reg_display_mode( register long mode);void update_register_window(void);void activate_register_window( long is_active);void fix_scrollbars_regw(void);void regw_init(void);#endif __REGW_H_