~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/gui.h

  • Committer: mfcn
  • Date: 2006-02-26 17:05:36 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:127
        * Add src/bacon-volume.c, src/bacon-volume.h from totem
        * src/Makfile.am: add src/bacon-volume.c, src/bacon-volume.h
        * configure.in: version 1.6.99
        * src/gui.c, src/gui.h, src/lirc.c: Remove volume-slider and
        mute-button and use bacon-volume-button instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
};
45
45
 
46
46
GtkWidget* mute_button, *preset_combo;
47
 
GtkAdjustment *adj, *volume;
 
47
GtkAdjustment *adj;
48
48
GtkTooltips *tooltips;
49
49
 
 
50
 
50
51
int mom_ps;
51
52
 
52
53
gnomeradio_settings settings;