~ubuntu-branches/ubuntu/maverick/gnomad2/maverick

« back to all changes in this revision

Viewing changes to src/player.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-20 23:39:14 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070620233914-iwc10qsm2yr0vrqn
Tags: 2.8.12-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Lessen the build-depends on libmtp-dev to >= 0.1.3.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "common.h"
20
20
#include "player.h"
21
21
#include "jukebox.h"
 
22
#include "util.h"
22
23
 
23
24
typedef struct {
24
25
  guint16 effect;
283
284
  GtkWidget *label;
284
285
  GtkWidget *checkbox;
285
286
  GtkWidget *vbox;
286
 
  GtkWidget *vscale;
287
287
  guint16 lastgroup = 0xFFFF;
288
288
#define HORIZONTAL 0x00
289
289
#define VERTICAL   0x01
433
433
{
434
434
  static play_thread_arg_t play_thread_args;
435
435
  GtkWidget *label1, *label2, *label3, *dialog, *button, *separator;
 
436
  GtkWidget *hscale, *eax_controls;
 
437
  GtkWidget *hbox, *hbox2, *vbox;
 
438
#if !GTK_CHECK_VERSION(2,6,0)
436
439
  GtkWidget *label, *arrow;
437
 
  GtkWidget *hscale, *eax_controls;
438
 
  GtkWidget *hbox, *hbox2, *hbox3, *vbox;
 
440
  GtkWidget *hbox3;
 
441
#endif
439
442
  GtkAdjustment *adj;
440
443
 
441
444
  // Playback on MTP devices not supported. (Yet.)