This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Quitting windows and signals...


Keet / Foxbird wrote:
>
> Is there any way to get a unix program to respond to quitting windows? Of
> course, writing a windows message handling routine in there could work, 
but
> does it throw up any kind of SIGNAL when windows quits/restarts? If not,
> would it make sense to put one in there (perhaps make it like another 
unix
> equiv.)? Thanks in advance for the help..

Cygwin maps CTRL_C_EVENT and CTRL_BREAK_EVENT into SIGINT, CTRL_CLOSE_EVENT 
and CTRL_SHUTDOWN_EVENT - into SIGHUP, and ignores CTRL_LOGOFF_EVENT. This 
works fine on NT. W95 have a bug - it doesn't raises 
CTRL_CLOSE/SHUTDOWN/LOGOF events.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]