~ubuntu-branches/ubuntu/intrepid/sgt-puzzles/intrepid

« back to all changes in this revision

Viewing changes to gtk.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2006-03-22 23:53:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060322235309-t8n4d27qhnuwuqf8
Tags: 6616-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
676
676
    gc = gdk_gc_new(fe->area->window);
677
677
    gdk_gc_set_foreground(gc, &fe->colours[0]);
678
678
    gdk_draw_rectangle(fe->pixmap, gc, 1, 0, 0, fe->pw, fe->ph);
 
679
    gdk_draw_rectangle(widget->window, gc, 1, 0, 0,
 
680
                       event->width, event->height);
679
681
    gdk_gc_unref(gc);
680
682
 
681
683
    midend_force_redraw(fe->me);