Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions objects/ui2/canvas.self
Original file line number Diff line number Diff line change
@@ -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.
'


Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions objects/ui2/worldMorph.self
Original file line number Diff line number Diff line change
@@ -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.
'


Expand Down Expand Up @@ -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 |
Expand Down