~valavanisalex/ubuntu/precise/inkscape/fix-966221

« back to all changes in this revision

Viewing changes to src/display/nr-plain-stuff.h

  • Committer: Bryce Harrington
  • Date: 2012-02-23 20:35:10 UTC
  • mfrom: (63.1.2 fix-933188)
  • Revision ID: bryce@canonical.com-20120223203510-pdvnhyblebeftswl
Tags: 0.48.3-0ubuntu1
Merge 0.48.3

* New upstream release (LP: #933188).  Fixes several Ubuntu bugs:
  - inkscape fails to build with glib 2.31 (LP: #898538)
  - ctrl c ctrl v of text in edit mode crashes inkscape (LP: #496793)
  - Completely replace lcms1 by lcms2 in Ubuntu (LP: #885324)
  - parameters ending with '\' causes python to bomb (LP: #168417)
  - Extensions with <check> tags fail to load (LP: #668895)
  - ESC doesn't cancel move when using the Node Tool (LP: #788560)
  - unable to edit attributes in Inkscape XML Editor (LP: #884368)
  - Some layers should be visible by default in Layers dialog (LP: #902054)
  - Path Effect List is hidden (LP: #909958)
  - Input Devices > Hardware > Tree of devices is hidden (LP: #910467)
  - Glyphs Font styles are hidden (LP: #911079)
  - Error messages from Extensions hidden (LP: #911079)
  - Messages dialog doesn't work (LP: #911123)
* Drop 02-add-shebangs-and-fix-permissions.dpatch: Applied upstream.
* Drop build-dependency on specific libwpd/libwpg version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * Released under GNU GPL
13
13
 */
14
14
 
15
 
#include <glib/gtypes.h>
 
15
#include <glib.h>
16
16
 
17
17
void nr_render_checkerboard_rgb (guchar *px, gint w, gint h, gint rs, gint xoff, gint yoff);
18
18
void nr_render_checkerboard_rgb_custom (guchar *px, gint w, gint h, gint rs, gint xoff, gint yoff, guint32 c0, guint32 c1, gint sizep2);