comparison ChangeLog @ 912:5bd17596c7e9 trunk

[svn] - patches from upstream TTA author. see http://boards.nenolod.net/viewtopic.php?t=375
author nenolod
date Wed, 04 Apr 2007 10:52:15 -0700
parents 0010163f8e25
children 4fbe6bd78021
comparison
equal deleted inserted replaced
911:0010163f8e25 912:5bd17596c7e9
1 2007-04-04 14:48:53 +0000 Giacomo Lozito <james@develia.org>
2 revision [1922]
3 - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr)
4 trunk/src/aosd/aosd.c | 1
5 trunk/src/aosd/aosd_cfg.c | 2 -
6 trunk/src/aosd/aosd_common.h | 2 -
7 trunk/src/aosd/aosd_osd.c | 57 ++++++++++++++++++++++++++++++++++--
8 trunk/src/aosd/aosd_osd.h | 3 +
9 trunk/src/aosd/aosd_ui.c | 67 +++++++++++++++++++++++++++++++++++++++++--
10 trunk/src/aosd/ghosd.c | 31 ++++++++++++++++---
11 trunk/src/aosd/ghosd.h | 3 +
12 8 files changed, 151 insertions(+), 15 deletions(-)
13
14
1 2007-04-02 20:54:59 +0000 Giacomo Lozito <james@develia.org> 15 2007-04-02 20:54:59 +0000 Giacomo Lozito <james@develia.org>
2 revision [1920] 16 revision [1920]
3 rootvis: do not call cleanup routines if the plugin was not initted 17 rootvis: do not call cleanup routines if the plugin was not initted
4 trunk/src/rootvis/rootvis.c | 17 ++++++++++++----- 18 trunk/src/rootvis/rootvis.c | 17 ++++++++++++-----
5 1 file changed, 12 insertions(+), 5 deletions(-) 19 1 file changed, 12 insertions(+), 5 deletions(-)