[PATCH 8/9] xmmsctrl.c: Adding the "xmms_remote_fwd5sec" and "xmms_remote_back5sec" functions

Kristoffer Sederlof <[email protected]> Sat, 27 Aug 2005 23:36:30 +0300 (EEST)
Newsgroups gmane.comp.multimedia.xmms.devel
Message-ID <[email protected]>
Howdy!

This patch adds the "xmms_remote_fwd5sec" and "xmms_remote_back5sec"
functions to "xmms-1.2.10/libxmms/xmmsctrl.c"

Please consider applying.

Signed-off-by: Kristoffer Sederlöf <[email protected]>
---
diff -Nru ./xmms-1.2.10/libxmms/xmmsctrl.c.orig ./xmms-1.2.10/libxmms/xmmsctrl.c > xmmsctrl.c.patch

--- ./xmms-1.2.10/libxmms/xmmsctrl.c.orig	2005-08-09 23:14:14.000000000 +0300
+++ ./xmms-1.2.10/libxmms/xmmsctrl.c	2005-08-10 21:15:57.000000000 +0300
@@ -377,6 +377,16 @@
 	remote_cmd(session, CMD_STOP);
 }

+void xmms_remote_fwd5sec(gint session)
+{
+	remote_cmd(session, CMD_FWD5SEC);
+}
+
+void xmms_remote_back5sec(gint session)
+{
+	remote_cmd(session, CMD_BACK5SEC);
+}
+
 void xmms_remote_play_pause(gint session)
 {
 	remote_cmd(session, CMD_PLAY_PAUSE);

_______________________________________________
xmms-devel mailing list
[email protected]
http://lists.xmms.org/mailman/listinfo/xmms-devel