diff --git a/objects/ui2/canvas.self b/objects/ui2/canvas.self index e1ca2124..86b4c7f9 100644 --- a/objects/ui2/canvas.self +++ b/objects/ui2/canvas.self @@ -1,7 +1,7 @@ '$Revision: 30.17 $' ' -Copyright 1992-2012 AUTHORS. -See the LICENSE file for license information. +Copyright 1992-2011 AUTHORS. +See the legal/LICENSE file for license information and legal/AUTHORS for authors. ' @@ -2354,9 +2354,6 @@ the pixmapCache some day. | n: displayName. - "For Linux, default to local display" - host osName = 'linux' ifTrue: [n: '']. - [ | err | err: [|:exit| ^ xlib display open: n diff --git a/objects/ui2/worldMorph.self b/objects/ui2/worldMorph.self index d03ac271..ebe76c7a 100644 --- a/objects/ui2/worldMorph.self +++ b/objects/ui2/worldMorph.self @@ -1,7 +1,7 @@ '$Revision: 30.30 $' ' -Copyright 1992-2012 AUTHORS. -See the LICENSE file for license information. +Copyright 1992-2011 AUTHORS. +See the legal/LICENSE file for license information and legal/AUTHORS for authors. ' @@ -2119,7 +2119,7 @@ on the default display.\x7fModuleInfo: Module: worldMorph InitialContents: Follo oldBounds: (3@24 max: wc position) ## wc size. oldOffset: wc offset. releaseParts. - addWindowOnDisplay: (platformSpecificNameFor: wc displayName) Bounds: oldBounds. + addWindowOnDisplay: (platformSpecificNameFor: wc originalDisplayName) Bounds: oldBounds. winCanvases first offset: oldOffset. "set scroll offset of new canvas" morphsDo: [| :m |