~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to src/board.c

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-24 16:32:36 UTC
  • mto: (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110224163236-trlakq1yjp0d749a
Tags: upstream-0.11pre0+cvs.2003.11.02
ImportĀ upstreamĀ versionĀ 0.11pre0+cvs.2003.11.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
        Game *game = opt_game;
538
538
        GdkGC *def_gc = gdk_gc_new ((GdkWindow *)board_area->window);
539
539
//      GtkWidget *hbox, *vbox;
 
540
        state_board_flipped = FALSE;
540
541
 
541
542
        if (!game)
542
543
        {