~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to gnobots2/properties.h

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-02-13 08:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20070213084020-zewbmxapszr0alkc
Tags: upstream-2.17.91
ImportĀ upstreamĀ versionĀ 2.17.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
void gconf_set_use_super_safe_moves (gboolean value);
29
29
void gconf_set_show_toolbar (gboolean value);
30
30
 
31
 
gint save_window_geometry (GtkWidget * w, GdkEventConfigure * e,
32
 
                           gpointer data);
 
31
gboolean save_window_geometry (GtkWidget * w, GdkEventConfigure * e,
 
32
                               gpointer data);
33
33
void set_window_geometry (GtkWidget * window);
34
34
 
35
35
/**********************************************************************/