comparison src/aosd/ghosd-main.c @ 906:16e51fb5908e trunk

[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD
author giacomo
date Sat, 31 Mar 2007 17:44:23 -0700
parents 443de962d0a0
children
comparison
equal deleted inserted replaced
905:987eebc33408 906:16e51fb5908e
1 /* ghosd -- OSD with fake transparency, cairo, and pango. 1 /* ghosd -- OSD with fake transparency, cairo, and pango.
2 * Copyright (C) 2006 Evan Martin <martine@danga.com> 2 * Copyright (C) 2006 Evan Martin <martine@danga.com>
3 * 3 *
4 * With further development by Giacomo Lozito <james@develia.org> 4 * With further development by Giacomo Lozito <james@develia.org>
5 * for the ghosd-based Audacious OSD 5 * for the ghosd-based Audacious OSD
6 * - added real transparency with X Composite Extension
7 * - added mouse event handling on OSD window
8 * - added/changed some other stuff
6 */ 9 */
7 10
8 #include "config.h" 11 #include "config.h"
9 12
10 #include <stdio.h> 13 #include <stdio.h>