~ubuntu-branches/ubuntu/jaunty/xdaliclock/jaunty

« back to all changes in this revision

Viewing changes to gtk/digital.c

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-12-02 11:28:00 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071202112800-347g6j06sgjp0s1f
Tags: 2.25-1
* New upstream release
* Do the menu transition: Apps/Tools -> Games/Toys
* Make use of Homepage control field

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
  int x, y;
241
241
 
242
242
  frame = (struct frame *) calloc (size, 1);
243
 
  memset (frame, size, 0);
244
243
  for (y = 0; y < height; y++)
245
244
    for (x = 0; x < MAX_SEGS_PER_LINE; x++)
246
245
      frame->scanlines[y].left [x] = frame->scanlines[y].right [x] = width / 2;