~ubuntu-branches/debian/jessie/ardesia/jessie

« back to all changes in this revision

Viewing changes to src/cursors.h

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2012-11-05 19:55:18 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121105195518-ird6x2us0tui2q92
Tags: 1.1-1
* debian/watch: no longer use googlecode.d.n
* Imported Upstream version 1.1 (Closes: #620319, #692256)
* debian/control: add GTK+3 to B-D instead of GTK+2

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
/* Set the pen cursor. */
57
57
void
58
58
set_pen_cursor (GdkCursor **cursor,
59
 
                gdouble thickness,
60
 
                gchar* color,
 
59
                gdouble thickness,
 
60
                gchar* color,
61
61
                gboolean arrow);
62
62
 
63
63
 
64
64
/* Set the eraser cursor. */
65
65
void
66
66
set_eraser_cursor (GdkCursor **cursor,
67
 
                   gint size);
 
67
                   gint size);
68
68
 
69
69
 
70
70
/* Quit the cursors and free the inners variables. */