~ubuntu-branches/ubuntu/quantal/sgt-puzzles/quantal

« back to all changes in this revision

Viewing changes to nullfe.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-03-01 04:16:54 UTC
  • mfrom: (1.2.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20110301041654-949qy9qrroziy7vq
* New upstream version:
  - Add Range and Signpost puzzles
  - Use stock icons and conventional order for dialog buttons
  - Use Cairo for screen rendering
* Update German translation, thanks to Helge Kreutzmann
* Remove or update patches applied or partially applied upstream
* Use Debian source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
               int align, int colour, char *text) {}
14
14
void draw_rect(drawing *dr, int x, int y, int w, int h, int colour) {}
15
15
void draw_line(drawing *dr, int x1, int y1, int x2, int y2, int colour) {}
 
16
void draw_thick_line(drawing *dr, float thickness,
 
17
                     float x1, float y1, float x2, float y2, int colour) {}
16
18
void draw_polygon(drawing *dr, int *coords, int npoints,
17
19
                  int fillcolour, int outlinecolour) {}
18
20
void draw_circle(drawing *dr, int cx, int cy, int radius,