aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-09-07 06:09:26 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-09-07 06:09:26 +0800
commitfe269dcef34863055a9641c300c20b9760f70ab2 (patch)
tree3e5f2dd587d08e6aef0670d0e7ef30efec20064b
parentedf81a5e242804b5bf56219ecfc6f79556fcf8a7 (diff)
downloadgsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar.gz
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar.bz2
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar.lz
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar.xz
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.tar.zst
gsoc2013-evolution-fe269dcef34863055a9641c300c20b9760f70ab2.zip
Commit missing files
svn path=/trunk/; revision=1188
-rw-r--r--widgets/misc/pixmaps/cursor_zoom_in.xpm37
-rw-r--r--widgets/misc/pixmaps/cursor_zoom_out.xpm37
2 files changed, 74 insertions, 0 deletions
diff --git a/widgets/misc/pixmaps/cursor_zoom_in.xpm b/widgets/misc/pixmaps/cursor_zoom_in.xpm
new file mode 100644
index 0000000000..1caf9e3e2a
--- /dev/null
+++ b/widgets/misc/pixmaps/cursor_zoom_in.xpm
@@ -0,0 +1,37 @@
+/* XPM */
+static char * cursor_zoom_in_xpm[] = {
+"32 32 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" .. .. ",
+" .. .. ",
+" . . ",
+" . ... . ",
+" . ... . ",
+" . ....... . ",
+" . ....... . ",
+" . ... . ",
+" . ... .. ",
+" .. . . ",
+" .. . . . ",
+" ........ . . ",
+" ..... . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . ",
+" . . ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/widgets/misc/pixmaps/cursor_zoom_out.xpm b/widgets/misc/pixmaps/cursor_zoom_out.xpm
new file mode 100644
index 0000000000..af1b698521
--- /dev/null
+++ b/widgets/misc/pixmaps/cursor_zoom_out.xpm
@@ -0,0 +1,37 @@
+/* XPM */
+static char * cursor_zoom_out_xpm[] = {
+"32 32 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" .. .. ",
+" .. .. ",
+" . . ",
+" . . ",
+" . . ",
+" . ....... . ",
+" . ....... . ",
+" . . ",
+" . .. ",
+" .. . . ",
+" .. . . . ",
+" ........ . . ",
+" ..... . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . ",
+" . . ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" "};