Corretti errori in UNIX che non influenzano Windows

git-svn-id: svn://10.65.10.50/trunk@733 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-12-05 18:57:23 +00:00
parent f3b7edcd6f
commit c0ae87f6b4
2 changed files with 4 additions and 5 deletions

View File

@ -251,13 +251,12 @@ long TApplication::handler(WINDOW win, EVENT* ep)
{
on_firm_change();
on_config_change();
#if XVT_OS == XVT_OS_SCOUNIX
do_events();
#endif
}
else
stop_run();
#if XVT_OS == XVT_OS_SCOUNIX
else
do_events();
#endif
break;
case E_COMMAND:
switch(ep->v.cmd.tag)

View File

@ -767,7 +767,7 @@ public:
TArray& rows_array() const { return data(); }
TMask& sheet_mask() { return _mask; }
TMask& mask();
TMask& mask() const;
void set_notify(SPREADSHEET_NOTIFY n) { _notify = n; }
void set_dirty(bool spork = TRUE) { _owner->set_dirty(spork);}