in gtwin line 105 reads
/*
To disable mouse, initialization was made in cmdarg.c
*/
static BOOL b_MouseEnable = TRUE;
but //nomouse is not honored.
is xharbour's gtwin reads
if( hb_dynsymFind( "HB_NOMOUSE" ) )
{
b_MouseEnable = FALSE;
}
so if there is a function hb_nomouse in existents b_MouseEnable will
initialize to False.
can this be implemented in Harbour too
Thanks,
Abe
--
View this message in context:
http://n2.nabble.com/hb_nomouse-like-in-xHarbour-tp3246415p3246415.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour