diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-27 01:00:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2004-02-27 01:00:08 +0000 |
commit | b2e928dc0788f856bcb1e67450a2a0b28962a415 (patch) | |
tree | 173a2fef95c189dc7170005492dfce1144abb578 /xsettings/ChangeLog | |
parent | 481e6fef65998dd376084532af878268cd45ae82 (diff) | |
download | xdg-specs-b2e928dc0788f856bcb1e67450a2a0b28962a415.tar.xz |
Thu Feb 26 19:55:29 2004 Owen Taylor <otaylor@redhat.com>
* xsettings-client.[ch]: Add
xsettings_client_set_grab_func(),
xsettings_client_set_ungrab_func() to allow users to
control exactly how server grabs are done. (In case
the user has a refcounted grab facility, for instance.)
(Patch by Soeren Sandmann)
* xsettings-client.c: Use XInternAtoms() to reduce
roundtrips.
* xsettings-client.c: Fix a memory leak for
XGetWindowProperty() on type mismatch.
Diffstat (limited to 'xsettings/ChangeLog')
-rw-r--r-- | xsettings/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xsettings/ChangeLog b/xsettings/ChangeLog index aa08127..fe8d039 100644 --- a/xsettings/ChangeLog +++ b/xsettings/ChangeLog @@ -1,3 +1,18 @@ +Thu Feb 26 19:55:29 2004 Owen Taylor <otaylor@redhat.com> + + * xsettings-client.[ch]: Add + xsettings_client_set_grab_func(), + xsettings_client_set_ungrab_func() to allow users to + control exactly how server grabs are done. (In case + the user has a refcounted grab facility, for instance.) + (Patch by Soeren Sandmann) + + * xsettings-client.c: Use XInternAtoms() to reduce + roundtrips. + + * xsettings-client.c: Fix a memory leak for + XGetWindowProperty() on type mismatch. + Mon Dec 2 20:24:02 2002 Owen Taylor <otaylor@redhat.com> * xsettings.xml: Fix ordering of color components. |