Code

thin/thicken cursors
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 11 Apr 2007 03:37:59 +0000 (03:37 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 11 Apr 2007 03:37:59 +0000 (03:37 +0000)
src/pixmaps/cursor-thicken.xpm [new file with mode: 0644]
src/pixmaps/cursor-thin.xpm [new file with mode: 0644]

diff --git a/src/pixmaps/cursor-thicken.xpm b/src/pixmaps/cursor-thicken.xpm
new file mode 100644 (file)
index 0000000..f2a09e1
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * cursor_thicken_xpm[] = {
+"32 32 3 1",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.     ...   ...            ",
+"   .+.     .+.   .+.            ",
+"   ...     .+.   .+.            ",
+"           .+.   .+.            ",
+"           .+.   .+.            ",
+"          .+.     .+.           ",
+"         ..+.     .+..          ",
+"        ..+.       .+..         ",
+"       ..+.         .+..        ",
+"       ..+.         .+..        ",
+"       ..+.         .+..        ",
+"        ..+.       .+..         ",
+"         ..+.     .+..          ",
+"          .+.     .+.           ",
+"           .+.   .+.            ",
+"           .+.   .+.            ",
+"           .+.   .+.            ",
+"           .+.   .+.            ",
+"           ...   ...            ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/src/pixmaps/cursor-thin.xpm b/src/pixmaps/cursor-thin.xpm
new file mode 100644 (file)
index 0000000..c13b091
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * cursor_thin_xpm[] = {
+"32 32 3 1",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.  ....      ....          ",
+"   .+.  ..+.      .+..          ",
+"   ...  ..+.      .+..          ",
+"        ..+.      .+..          ",
+"        ..+.      .+..          ",
+"         ..+.    .+..           ",
+"          .+.    .+.            ",
+"           .+.  .+.             ",
+"           .+.  .+.             ",
+"           .+.  .+.             ",
+"           .+.  .+.             ",
+"           .+.  .+.             ",
+"          .+.    .+.            ",
+"         ..+.    .+..           ",
+"        ..+.      .+..          ",
+"        ..+.      .+..          ",
+"        ..+.      .+..          ",
+"        ..+.      .+..          ",
+"        ....      ....          ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};