These changes are required for Edwin version 3.79. Older versions of
authorChris Hanson <org/chris-hanson/cph>
Tue, 17 Aug 1993 21:28:08 +0000 (21:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 17 Aug 1993 21:28:08 +0000 (21:28 +0000)
commitd38c8677036736051da43499e98dabdd437b7431
treed7629e97e66ad3626739626a515f7155b5f2ce0a
parentcec5e80a1b299c38330780eceea099884042e405
These changes are required for Edwin version 3.79.  Older versions of
Edwin will still work with this microcode.

* Change "map" argument to window creation primitives so that it can
  specify the resource names _and_ not to map the window.  Previously
  specifying the resource names forced mapping.

* Change the X-DEBUG primitive to accept non-negative fixnums to allow
  the amount of debugging information to be set.  #f and #t are still
  accepted, meaning the same as 0 and 1, respectively.

* Extend "expose" objects with another element that identifies each
  one as either an Expose event or a GraphicsExpose event.

* Implement new primitive X-WINDOW-FLUSH.
v7/src/microcode/version.h
v7/src/microcode/x11base.c
v8/src/microcode/version.h