~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/draw-context.cpp

  • Committer: kidproto
  • Date: 2006-08-25 07:03:19 UTC
  • Revision ID: kidproto@users.sourceforge.net-20060825070319-49nso3fdlwuveifv
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
 * Invoke _flush_white to write result back to object.
406
406
 */
407
407
void
408
 
spdc_concat_colors_and_flush(SPDrawContext *dc, bool forceclosed)
 
408
spdc_concat_colors_and_flush(SPDrawContext *dc, gboolean forceclosed)
409
409
{
410
410
    /* Concat RBG */
411
411
    SPCurve *c = dc->green_curve;