* Reorganize the PM interface to encapsulate PM event messages and send
authorChris Hanson <org/chris-hanson/cph>
Fri, 3 Nov 1995 01:30:21 +0000 (01:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 3 Nov 1995 01:30:21 +0000 (01:30 +0000)
commite518f96cbcaad800b43924092b5deb79e3ed3813
tree96e461ec5e999ef57e9cc8c9413982371e06ca17
parentaece6365d1155b2829a86e28e32bfe7de50973a3
* Reorganize the PM interface to encapsulate PM event messages and send
  them to the window's event qid in their original format.  This
  simplifies the process of adding new event types, and allows the
  window's owner to decide what is relevant information.

* Add some new interface calls to support mouse tracking and pop-up
  menus.

* Implement a mechanism to mark characters with the mouse in the
  console window, and a Copy command to copy them to the clipboard.
v7/src/microcode/os2msg.h
v7/src/microcode/os2pm.c
v7/src/microcode/os2pm.h
v7/src/microcode/os2pm.scm
v7/src/microcode/os2pmcon.c
v7/src/microcode/os2pmcon.rc
v7/src/microcode/pros2pm.c