1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

- Added WMSetConnectionCloseOnExec() to specify if the socket of a

connection survives or not an exec* family call. By default all
  connections created by WINGs, set the socket to be closed on an exec*
  call. Use the function if you need the reverse.
This commit is contained in:
dan
2000-11-19 23:50:38 +00:00
parent 972620c7cd
commit 9d98d884ae
3 changed files with 43 additions and 16 deletions

View File

@@ -59,6 +59,15 @@ changes since wmaker 0.62.1:
doesn't add "warning:" in the output message.
- added WMBox widget
- added W_SetViewCursor()
- added WMGetConnectionUnsentData() (WMGetConnectionQueuedData() too as an
alias).
- added WMSetConnectionCloseOnExec() to specify if the socket associated
with a connection survives an exec* call or not. When a new connection is
created using the WMCreate... or WMAcceptConnection() calls, it has the
close on exec flag set automatically to 'True' by the library. Unless
you want to let the socket of some connection to survive across an exec*
call, you need not to call this function.
changes since wmaker 0.62.0:
............................