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

« back to all changes in this revision

Viewing changes to src/ardesia.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
  /* Where is located the ardesia bar? */
57
57
  gint position;
58
58
 
 
59
  /* Options for text_window */
 
60
  gchar *fontfamily;
 
61
  gint text_leftmargin;
 
62
  gint text_tabsize;
 
63
 
59
64
} CommandLine;
60
65
 
61
66