summaryrefslogtreecommitdiff
path: root/rbutil/autodetection.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-06-22 23:46:47 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-06-22 23:46:47 +0000
commit84f5939d5f534265695f6bf576e5dff7fb05dbb9 (patch)
treec7ef6ff08daef66560b9e290efcedd6530c472be /rbutil/autodetection.h
parentf5936c062f7ffe99d1503860397d9637caff3f05 (diff)
downloadrockbox-84f5939d5f534265695f6bf576e5dff7fb05dbb9.tar.gz
rockbox-84f5939d5f534265695f6bf576e5dff7fb05dbb9.zip
rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/autodetection.h')
-rw-r--r--rbutil/autodetection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/autodetection.h b/rbutil/autodetection.h
index a69b9e4bca..cfd0dbab96 100644
--- a/rbutil/autodetection.h
+++ b/rbutil/autodetection.h
@@ -41,7 +41,7 @@ struct UsbDeviceInfo
41 41
42bool detectDevices(UsbDeviceInfo* tempdevice); 42bool detectDevices(UsbDeviceInfo* tempdevice);
43 43
44wxArrayString getPossibleMountPoints(); /* this funktion has to be implemented for every OS 44wxArrayString getPossibleMountPoints(); /* this funktion has to be implemented for every OS */
45 45
46 46
47/******************************** 47/********************************