The Trunk: 51Deprecated-mt.55.mcz

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

The Trunk: 51Deprecated-mt.55.mcz

commits-2
Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.55.mcz

==================== Summary ====================

Name: 51Deprecated-mt.55
Author: mt
Time: 19 August 2019, 5:34:23.511665 pm
UUID: ccff8337-10dd-c94e-9738-8250c5016d75
Ancestors: 51Deprecated-ct.54

Un-deprecate old-style display resizing until HostWindowPlugin supports -vm-display-none flag.

=============== Diff against 51Deprecated-ct.54 ===============

Item was removed:
- ----- Method: DisplayScreen class>>depth:width:height:fullscreen: (in category '*51Deprecated') -----
- depth: depthInteger width: widthInteger height: heightInteger fullscreen: aBoolean
- "Force Squeak's window (if there's one) into a new size and depth."
- "DisplayScreen depth: 8 width: 1024 height: 768 fullscreen: false"
-
- <primitive: 92>
- self primitiveFailed!