Hi all,
I have a following separate module:
void main(int argc, char **argv)
{
int decor
...
...
decore = atoi(argv[5]);
fprintf(stderr,"decor <%d>\n", decor);
...
}
If I activate my module from the button 6 then the value of "decor" is 2000.
But I verify in list of contexts for button presses (defined in fvwm.h).
I don't see any context which is defined as 2000.
Can anyone explain for me, please.
I'm using fvwm-2.0.45.
Thank you,
Quoc.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Jul 03 1997 - 15:50:43 BST