]> code.delx.au - gnu-emacs/commit
Initial version of the w32notify code.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Oct 2012 18:02:31 +0000 (20:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Oct 2012 18:02:31 +0000 (20:02 +0200)
commit477f1e504482847a3b1209bc0a1dccfded649370
tree4c402149fa77ebada9340da6772157a2338a2bdd
parentd5acb99a199d83cde1a43482709c3e9d4ec34b2f
Initial version of the w32notify code.
Adding and removing a watch seems to work: a new thread is launched
when a watch is added and exits when the watch is removed.
But there are no notifications, so it seems.  At least, the Lisp
callback function passed to w32notify-add-watch is not called.
lib-src/makefile.w32-in
lisp/subr.el
src/alloc.c
src/emacs.c
src/keyboard.c
src/lisp.h
src/makefile.w32-in
src/termhooks.h
src/w32term.c
src/w32term.h