OSDN Git Service

added some desktop/ icons
authorMartin Renold <martinxyz@gmx.ch>
Tue, 23 Jan 2007 08:32:52 +0000 (08:32 +0000)
committerMartin Renold <martinxyz@gmx.ch>
Tue, 23 Jan 2007 08:32:52 +0000 (08:32 +0000)
svn://old.homeip.net/code/mypaint@425

desktop/mypaint.desktop [new file with mode: 0644]
desktop/mypaint_128.ico [new file with mode: 0644]
desktop/mypaint_128.png [new file with mode: 0644]
desktop/mypaint_48.ico [new file with mode: 0644]
desktop/mypaint_48.png [new file with mode: 0644]
gtkmybrush.c

diff --git a/desktop/mypaint.desktop b/desktop/mypaint.desktop
new file mode 100644 (file)
index 0000000..d4c13b6
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=MyPaint
+Exec=mypaint %U
+Comment=Paint images
+GenericName=Painting Images
+MimeType=application/x-mypaint
+Type=Application
+Icon=mypaint_48.png
+Categories=Graphics;
+
diff --git a/desktop/mypaint_128.ico b/desktop/mypaint_128.ico
new file mode 100644 (file)
index 0000000..8f667cf
Binary files /dev/null and b/desktop/mypaint_128.ico differ
diff --git a/desktop/mypaint_128.png b/desktop/mypaint_128.png
new file mode 100644 (file)
index 0000000..56450ec
Binary files /dev/null and b/desktop/mypaint_128.png differ
diff --git a/desktop/mypaint_48.ico b/desktop/mypaint_48.ico
new file mode 100644 (file)
index 0000000..1d68b2b
Binary files /dev/null and b/desktop/mypaint_48.ico differ
diff --git a/desktop/mypaint_48.png b/desktop/mypaint_48.png
new file mode 100644 (file)
index 0000000..cd1ebc6
Binary files /dev/null and b/desktop/mypaint_48.png differ
index 42ace65..c670e7e 100644 (file)
@@ -11,7 +11,7 @@
 #define DEBUGLOG 0
 
 #define ACTUAL_RADIUS_MIN 0.2
-#define ACTUAL_RADIUS_MAX 100 //FIXME: performance problem acutally depending on CPU
+#define ACTUAL_RADIUS_MAX 100 //FIXME: performance problem actually depending on CPU
 
 #define abs(x) (((x)>0)?(x):(-(x)))