view src/aosd/ghosd-text.h @ 596:1708b03e116c trunk

[svn] - aosd: replaced polling with hooks; added trigger options as well, working triggers are playback start and title changes
author giacomo
date Thu, 01 Feb 2007 16:45:47 -0800
parents d401f87f89f7
children
line wrap: on
line source

/* ghosd -- OSD with fake transparency, cairo, and pango.
 * Copyright (C) 2006 Evan Martin <martine@danga.com>
 */

#ifndef __GHOSD_TEXT_H__
#define __GHOSD_TEXT_H__

#include <pango/pango-layout.h>

Ghosd* ghosd_text_new(const char *markup, int x, int y);

#endif /* __GHOSD_TEXT_H__ */

/* vim: set ts=2 sw=2 et cino=(0 : */