search for: 617,27

Displaying 3 results from an estimated 3 matches for "617,27".

Did you mean: 17,27
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...face (SwfdecImage *i g_return_val_if_fail (SWFDEC_IS_IMAGE (image), NULL); if (image->surface) { - if (image->cache) - swfdec_cache_add_handle (image->cache, &image->handle); + swfdec_cached_reload (SWFDEC_CACHED (image)); return image->surface; } @@ -617,27 +623,6 @@ swfdec_image_get_surface (SwfdecImage *i break; } - g_assert (image->handle.size); - g_assert (image->surface); return image->surface; } -void -swfdec_image_set_cache (SwfdecImage *image, SwfdecCache *cache) -{ - g_return_if_fail (SWFDEC_IS_IMAGE (image));...
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to