Change all coordinate variables from "unsigned short" to "short".
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 00:00:35 +0000 (00:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 00:00:35 +0000 (00:00 +0000)
commit38238866228c32e6e9018f455e7c892d2207a093
treef6cfa4f91fedbd91430401de200377cb643fe912
parentb6afc16aee895d8fc5a3b6fd9ad92152f8bf7caa
Change all coordinate variables from "unsigned short" to "short".
Implement operations needed to draw lines and points in windows, to
determine the capabilities of the display, and to change the title bar
of a window.  Extend the window-opening procedure to allow the window
style to be specified.  Change PM primitives to allow multiple event
queues, so that messages for graphics windows can be kept separate
from messages for Edwin windows.
v7/src/microcode/os2pm.c
v7/src/microcode/os2pm.h
v7/src/microcode/pros2pm.c