[Swfdec] swfdec-mozilla: Changes to 'master'
Benjamin Otte
company at kemper.freedesktop.org
Mon Apr 2 08:28:54 PDT 2007
src/plugin.c | 16 ++-
src/plugin_x11.c | 211 ++++++++++++++++------------------------------------
src/plugin_x11.h | 3
src/swfmoz_player.c | 68 +++++++++-------
src/swfmoz_player.h | 14 +--
5 files changed, 125 insertions(+), 187 deletions(-)
New commits:
commit 3969c1021c6a0683746f8bf952c68fbc7b29387a
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Apr 2 17:28:43 2007 +0200
rework the plugin's X interaction.
Previously we kept our own X connection in did everything with raw X calls.
Now we use Gdk completely and create our own Gdk window. Only events are
still filtered by a GdkFilterFunc straight from X.
More information about the Swfdec
mailing list