summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 06:30:26 +0000
committersabetts <sabetts>2002-01-24 06:30:26 +0000
commit228cdb9c607cf2549711546b26f99612de15bc89 (patch)
tree73ade2996f8431e84cc48211a79d3a2b146008b6
parent5d94735fde23fb1addaf17559eb64d1723b5173f (diff)
downloadratpoison-228cdb9c607cf2549711546b26f99612de15bc89.zip
*** empty log message ***
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 86c6f97..5262a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2002-01-23 Shawn <sabetts@vcn.bc.ca>
- * src/events.c (configure_notify): remove function
- (delegate_event): add ConfigureNotify to the ignored events list.
+ * src/manage.c (send_configure): Change parameters to X11 window,
+ x, y, width, height and border. Prototype updated. All callers
+ updated.
+
+ * src/events.c (configure_request): For the changes variable, fill
+ in geometry parameters not part of the request with the
+ window's geometry.
* src/manage.c (update_normal_hints): improve debugging output.