~ubuntu-branches/ubuntu/precise/gcompris/precise

« back to all changes in this revision

Viewing changes to src/gcompris/properties.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-01-10 01:37:41 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20120110013741-q90ulmfrj910igm3
Tags: upstream-12.01
ImportĀ upstreamĀ versionĀ 12.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  gchar        *server;
69
69
  gint          drag_mode;
70
70
  gint          zoom;
 
71
  gboolean      bar_hidden;  /* Is the bar hiden */
 
72
 
71
73
} GcomprisProperties;
72
74
 
73
75
GcomprisProperties      *gc_prop_get (void);