checkpoint

This commit is contained in:
crs 2002-05-27 18:35:14 +00:00
parent 189537b8b9
commit f5a6d2738a
1 changed files with 34 additions and 0 deletions

34
notes
View File

@ -65,6 +65,15 @@ investigate klipper
KDE's clipboard manager?
it crashed once when server did (see below)
---
blown assertion
between client being added to screen list and sending screen size:
attempt to switch to that screen blows assert
x,y isn't inside screen because screen has zero size
maybe have a "ready" flag for each client
only count ready clients when finding neighbor
or don't add client to screen list until fully ready
---
got crash when opening netscape window after trying copy in KDE mail
BadWindow in ChangeWindowAttributes
@ -270,3 +279,28 @@ disable ctrl+alt+del info:
Q179905
suggestion for bypassing hook code when called by debugger.
may prevent system from getting locked up when debugging.
---
config file format:
section screens
<screen>:
# args in any order
# not sure if any args
end
section links
<screen>:
# args in any order
[left=<screen>]
[right=<screen>]
[up=<screen>]
[down=<screen>]
end
---
will have to redo clipboard stuff on win32
need timeout on CReply objects
should flush replies that are too old
assumption is that requestor is broken