chiark / gitweb /
Sensitize icons according to current user rights. There's up to 10s
[disorder] / disobedience / disobedience.h
index d945e32c8997629d8dee9cf36a0bec69ec5c5a04..4a9bfe51575ed20daee1933dbdea24d5a00ff212 100644 (file)
@@ -111,6 +111,7 @@ extern GtkWidget *tabs;                 /* main tabs */
 extern disorder_eclient *client;        /* main client */
 
 extern unsigned long last_state;        /* last reported state */
+extern rights_type last_rights;         /* last reported rights bitmap */
 extern int playing;                     /* true if playing some track */
 extern int volume_l, volume_r;          /* current volume */
 extern double goesupto;                 /* volume upper bound */