/[xforms]/xforms/demos/demotest3.c
ViewVC logotype

Diff of /xforms/demos/demotest3.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Thu Apr 24 09:35:33 2003 UTC revision 1.4 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 39  timeoutCB(int tid, void *stuff) { Line 39  timeoutCB(int tid, void *stuff) {
39    fl_show_alert("Standby", "This may abort", "with SEGV", 1);    fl_show_alert("Standby", "This may abort", "with SEGV", 1);
40  }  }
41    
42  void  void
43  pressedCB(FL_OBJECT *obj, long data) {  pressedCB(FL_OBJECT *obj, long data) {
44    int tid = fl_add_timeout(300L, timeoutCB, NULL);    int tid = fl_add_timeout(300L, timeoutCB, NULL);
45    fprintf(stderr,"tid=%d\n",tid);    fprintf(stderr,"tid=%d\n",tid);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26