~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/display/canvas-arena.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:
423
423
}
424
424
 
425
425
void
426
 
sp_canvas_arena_set_sticky (SPCanvasArena *ca, bool sticky)
 
426
sp_canvas_arena_set_sticky (SPCanvasArena *ca, gboolean sticky)
427
427
{
428
428
        g_return_if_fail (ca != NULL);
429
429
        g_return_if_fail (SP_IS_CANVAS_ARENA (ca));