Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
eclipse
eclipse
Commits
1dbee46d
Commit
1dbee46d
authored
Dec 02, 2003
by
Iban Hatchondo
Browse files
fix incorrect border-size introduce by my last commit.
parent
3f53d9c9
Changes
1
Show whitespace changes
Inline
Side-by-side
wm.lisp
View file @
1dbee46d
;;; -*- Mode: Lisp; Package: ECLIPSE-INTERNALS -*-
;;; $Id: wm.lisp,v 1.2
5
2003/1
1/28 10:13
:4
7
ihatchondo Exp $
;;; $Id: wm.lisp,v 1.2
6
2003/1
2/02 14:30
:4
1
ihatchondo Exp $
;;;
;;; ECLIPSE. The Common Lisp Window Manager.
;;; Copyright (C) 2000, 2001, 2002 Iban HATCHONDO
...
...
@@ -402,7 +402,7 @@
(
setf
(
getf
(
decoration-children
master
)
:icon
)
icon
(
slot-value
icon
'master
)
master
(
slot-value
application
'master
)
master
(
xlib:drawable-border-width
window
)
0
))
(
xlib:drawable-border-width
application-
window
)
0
))
master
))))))
(
defun
decore-application
(
window
application
&key
(
map
t
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment