diff options
author | rathnor <rathnor> | 2003-07-17 17:56:28 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-17 17:56:28 (GMT) |
commit | ea0762530343d07e80ea667bb646836e2dfe4b1d (patch) | |
tree | 2a0b6632ac7242f609f5d73e2150c0636a87c432 /BUGS | |
parent | da1afd9bc238f1902c260d42df23c5d00c00d47e (diff) | |
download | fluxbox_pavel-ea0762530343d07e80ea667bb646836e2dfe4b1d.zip fluxbox_pavel-ea0762530343d07e80ea667bb646836e2dfe4b1d.tar.bz2 |
fix java bug (wasn't sending ConfigureNotify events in response to
ConfigureRequests). Also fix no border on transients and some
initial gnome atom values.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,6 @@ BUGS: | |||
22 | * After startup the font of the toolbar is to big; reload config works | 22 | * After startup the font of the toolbar is to big; reload config works |
23 | around this. | 23 | around this. |
24 | 24 | ||
25 | * Transient windows seem to not have a X border - is this right? | ||
26 | |||
27 | * Saving of number of workspaces on restart | 25 | * Saving of number of workspaces on restart |
28 | 26 | ||
29 | * Multiple transients: | 27 | * Multiple transients: |
@@ -68,3 +66,7 @@ Fixed bugs (or not-our-fault bugs): | |||
68 | * Workspace1... Workspace12 are disabled | 66 | * Workspace1... Workspace12 are disabled |
69 | 67 | ||
70 | * MoveTab* actions are disabled | 68 | * MoveTab* actions are disabled |
69 | |||
70 | * Transient windows seem to not have a X border - is this right? | ||
71 | => no, they ought to have a border | ||
72 | |||