Diff of /trunk/src/style.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 314 by harbaum, Mon Nov 23 18:33:12 2009 UTC revision 317 by harbaum, Thu Dec 17 16:54:18 2009 UTC
# Line 87  typedef struct style_s { Line 87  typedef struct style_s {
87    
88  style_t *style_load(appdata_t *appdata, char *name);  style_t *style_load(appdata_t *appdata, char *name);
89  void style_free(style_t *style);  void style_free(style_t *style);
90    
91    #ifndef FREMANTLE
92  void style_select(GtkWidget *parent, appdata_t *appdata);  void style_select(GtkWidget *parent, appdata_t *appdata);
93    #else
94    GtkWidget *style_select_widget(appdata_t *appdata);
95    void style_change(appdata_t *appdata, const char *name);
96    #endif
97    
98  #endif // STYLE_H  #endif // STYLE_H

Legend:
Removed from v.314  
changed lines
  Added in v.317