Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 04:15:20 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libvgl main.c
Message-ID:  <200107241115.f6OBFLq30552@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      2001/07/24 04:15:20 PDT

  Modified files:
    lib/libvgl           main.c 
  Log:
  - Do not call VGLEnd() and exit() to terminate the program
    immediately when a signal is caught.  Instead, defer
    program termination until the next call to VGLCheckSwitch().
    Otherwise, the video card may not be restored correctly
    if the signal is seen while inside libvgl functions.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.12      +16 -3     src/lib/libvgl/main.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107241115.f6OBFLq30552>