/[gzz]/gzz/gfx/libos/Os-GLX.cxx
ViewVC logotype

Diff of /gzz/gfx/libos/Os-GLX.cxx

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

revision 1.26 by mudyc, Wed Feb 26 15:50:09 2003 UTC revision 1.27 by tjl, Tue Mar 4 13:15:01 2003 UTC
# Line 729  namespace Os { Line 729  namespace Os {
729                          } else {                          } else {
730                              int ms = timeouts[i].time - t;                              int ms = timeouts[i].time - t;
731                              if(ms < timeout.tv_usec / 1000)                              if(ms < timeout.tv_usec / 1000)
732                                  timeout.tv_sec = 1000 * ms;                                  timeout.tv_usec = 1000 * ms;
733                          }                          }
734                      }                      }
735                  }                  }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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