comparison src/gui_at_fs.c @ 406:aa550d9d2403

updated for version 7.0106
author vimboss
date Sat, 09 Jul 2005 21:03:22 +0000
parents 3fc0f57ecb91
children 0c0a2b25d10a
comparison
equal deleted inserted replaced
405:23d5c18ecef7 406:aa550d9d2403
2853 XtAddGrab(selFile, True, True); 2853 XtAddGrab(selFile, True, True);
2854 2854
2855 SFdirModTimerId = XtAppAddTimeOut(SFapp, (unsigned long) 1000, 2855 SFdirModTimerId = XtAppAddTimeOut(SFapp, (unsigned long) 1000,
2856 SFdirModTimer, (XtPointer) NULL); 2856 SFdirModTimer, (XtPointer) NULL);
2857 2857
2858 while (1) 2858 for (;;)
2859 { 2859 {
2860 XtAppNextEvent(SFapp, &event); 2860 XtAppNextEvent(SFapp, &event);
2861 XtDispatchEvent(&event); 2861 XtDispatchEvent(&event);
2862 switch (SFstatus) 2862 switch (SFstatus)
2863 { 2863 {