[OpenSmalltalk/opensmalltalk-vm] 750cdb: Update host window plugin support to be compatible...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 750cdb: Update host window plugin support to be compatible...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 750cdbe7f3332e028a4fcf7a148d0e5cc1c2b39e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/750cdbe7f3332e028a4fcf7a148d0e5cc1c2b39e
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-04-10 (Fri, 10 Apr 2020)

  Changed paths:
    M platforms/Cross/plugins/BochsIA32Plugin/sqBochsIA32Plugin.cpp
    M platforms/Cross/plugins/BochsX64Plugin/sqBochsX64Plugin.cpp
    M platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h
    M platforms/Mac OS/plugins/HostWindowPlugin/sqMacHostWindow.c
    M platforms/Mac OS/plugins/HostWindowPlugin/sqMacHostWindow.h
    M platforms/iOS/plugins/HostWindowPlugin/sqMacHostWindow.h
    M platforms/iOS/plugins/HostWindowPlugin/sqMacHostWindow.m
    M platforms/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c
    M platforms/unix/vm-display-X11/sqUnixX11.c
    M platforms/unix/vm-display-fbdev/sqUnixFBDev.c
    M platforms/unix/vm-display-null/sqUnixDisplayNull.c
    M platforms/unix/vm/SqDisplay.h
    M platforms/win32/plugins/HostWindowPlugin/sqWin32HostWindowPlugin.c

  Log Message:
  -----------
  Update host window plugin support to be compatible with type changes necessary
for 64-bit Windows ILP64.