search for: fe7b1f0

Displaying 3 results from an estimated 3 matches for "fe7b1f0".

Did you mean: fe710
2007 May 23
0
Branch 'as' - 7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...s object_class; +}; + +GType swfdec_movie_color_get_type (void); + +void swfdec_movie_color_init_context (SwfdecAsContext * context, + guint version); + + +G_END_DECLS +#endif diff --git a/libswfdec/swfdec_js_color.c b/libswfdec/swfdec_js_color.c deleted file mode 100644 index fe7b1f0..0000000 --- a/libswfdec/swfdec_js_color.c +++ /dev/null @@ -1,192 +0,0 @@ -/* Swfdec - * Copyright (C) 2006 Benjamin Otte <otte at gnome.org> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as pu...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...@@ swfdec_image_lossless_load (SwfdecImage swfdec_buffer_unref (buffer); } else if (format == 4) { int i, j; - unsigned int c; + guint c; unsigned char *idata; SwfdecBuffer *buffer; diff --git a/libswfdec/swfdec_js_color.c b/libswfdec/swfdec_js_color.c index 0984207..fe7b1f0 100644 --- a/libswfdec/swfdec_js_color.c +++ b/libswfdec/swfdec_js_color.c @@ -77,7 +77,7 @@ swfdec_js_color_get_transform (JSContext static JSBool swfdec_js_color_set_rgb (JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) { - unsigned int color; + guint color; SwfdecMovie...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...@@ swfdec_image_lossless_load (SwfdecImage swfdec_buffer_unref (buffer); } else if (format == 4) { int i, j; - unsigned int c; + guint c; unsigned char *idata; SwfdecBuffer *buffer; diff --git a/libswfdec/swfdec_js_color.c b/libswfdec/swfdec_js_color.c index 0984207..fe7b1f0 100644 --- a/libswfdec/swfdec_js_color.c +++ b/libswfdec/swfdec_js_color.c @@ -77,7 +77,7 @@ swfdec_js_color_get_transform (JSContext static JSBool swfdec_js_color_set_rgb (JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) { - unsigned int color; + guint color; SwfdecMovie...