changeset 781:87bd9a74ca4f trunk

[svn] - aosd: remove no-longer-needed inclusion of pthread.h from aosd_osd.c
author giacomo
date Sun, 04 Mar 2007 17:32:01 -0800
parents 985d000c343c
children 6f519e34ddf0
files ChangeLog src/aosd/aosd_osd.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 04 16:45:52 2007 -0800
+++ b/ChangeLog	Sun Mar 04 17:32:01 2007 -0800
@@ -1,3 +1,10 @@
+2007-03-05 00:45:52 +0000  Giacomo Lozito <james@develia.org>
+  revision [1658]
+  - aosd: experimental single-threaded osd; now the osd works in the same thread of the player, thus issues related to cairo and pango hopefully should go away; further testing on different system is required
+  trunk/src/aosd/aosd_osd.c |  399 +++++++++++++++++++++++++---------------------
+  1 file changed, 223 insertions(+), 176 deletions(-)
+
+
 2007-03-04 09:50:27 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1656]
   - fix for missing ordinals, closes #830.
--- a/src/aosd/aosd_osd.c	Sun Mar 04 16:45:52 2007 -0800
+++ b/src/aosd/aosd_osd.c	Sun Mar 04 17:32:01 2007 -0800
@@ -27,7 +27,6 @@
 #include <cairo/cairo.h>
 #include <pango/pangocairo.h>
 #include <gdk/gdk.h>
-#include <pthread.h>
 #include <stdlib.h>
 #include <sys/time.h>
 #include "ghosd.h"