diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-23 05:43:40 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-23 05:43:40 +0000 |
| commit | 3c8f6b5ed34852b06b38b1046d4d9042155c96a2 (patch) | |
| tree | 663d7b067f769d925d01aa296b9848fcaf877a79 /src/pixmaps | |
| parent | update cmake files & make function static. (diff) | |
| download | inkscape-3c8f6b5ed34852b06b38b1046d4d9042155c96a2.tar.gz inkscape-3c8f6b5ed34852b06b38b1046d4d9042155c96a2.zip | |
Fix for 171890 : Mouse wheel on swatches
(bzr r11822)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-adj-a.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-adj-a.xpm b/src/pixmaps/cursor-adj-a.xpm new file mode 100644 index 000000000..7af3d9c12 --- /dev/null +++ b/src/pixmaps/cursor-adj-a.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static const char * cursor_adj_a_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" .. ", +" .++. ", +" .++. ", +" .+..+. ", +" .+..+. ", +" .++++. ", +" .+ .+. ", +" .... .+..+. ", +" .++. . ...... ", +" .++. .+. ", +" ....++.... .+. ", +" .++++++++. .+. ", +" .++++++++. .+. ", +" ....++.... .+. ", +" .++. .+. ", +" .++. .+. ", +" .... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. .......... ", +" .+. .++++++++. ", +" .+. .++++++++. ", +" .+. .......... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" . ", +" ", +" "}; |
