Fix compilation without --enable-argb
[monky] / src / xmms2.h
index 8bea731..0443b12 100644 (file)
@@ -1,4 +1,6 @@
-/* Conky, a system monitor, based on torsmo
+/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
+ *
+ * Conky, a system monitor, based on torsmo
  *
  * Any original torsmo code is licensed under the BSD license
  *
@@ -6,7 +8,7 @@
  *
  * Please see COPYING for details
  *
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -37,7 +39,7 @@ struct xmms2_s {
        char *comment;
        char *url;
        char *date;
-       char* playlist;
+       char *playlist;
        int tracknr;
        int bitrate;
        unsigned int id;
@@ -48,6 +50,7 @@ struct xmms2_s {
 
        float progress;
        char *status;
+       int conn_state;
 };
 
 void update_xmms2(void);