From 3d93bb01e1caaba3492847f79c9ba48d5c848861 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 10 Oct 2020 23:20:07 -0400 Subject: [PATCH] Flip the pencil cursor orientation --- bitmaps_png/cursors/cursor-pencil.xpm | 62 +++++++++++++-------------- common/cursors.cpp | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/bitmaps_png/cursors/cursor-pencil.xpm b/bitmaps_png/cursors/cursor-pencil.xpm index 92c6331ab3..acb4451bf1 100644 --- a/bitmaps_png/cursors/cursor-pencil.xpm +++ b/bitmaps_png/cursors/cursor-pencil.xpm @@ -1,38 +1,38 @@ -/* XPM */ +/* XPM */ static const char * cursor_pencil_xpm[] = { -"32 32 3 1 4 4", +"32 32 3 1", " c None", -". c #FFFFFF", -"+ c #000000", -" ... ", -" .+. ", -" .+. ", -"....+.... ", -".+++ +++. ", -"....+.... ", -" .+. ", -" .+. ... ", -" ... .++... ", -" .+++++... ", -" .+++.+++.. ", -" .++.....++. ", -" .+........+. ", -" .+......+.+. ", -" .+....+++..+. ", -" .+...+...+..+. ", -" .+..+....+..+. ", -" .+.++.....+..+. ", -" .+..+.....+. +. ", -" .+..+.....+. ", -" .+..+... .+. ", -" .+..+. . . ", -" .+..+. . ", -" .+ .+. ", -" .+ . ", -" . ", +"! c black", +"# c white", " ", " ", " ", " ", " ", -" "}; +" ", +" # ", +" #! # ", +" #! #!# ", +" #!##!# # ", +" #!##!# # # ", +" #!##!### #!# ", +" #!##!#####!# ", +" #!##!#####!# !# ", +" #!#!!#####!##!# ", +" #!##!####!##!# ", +" #!###!###!##!# ", +" #!####!!!##!# ", +" #!######!#!# ", +" #!########!# ", +" #!!#####!!# ", +" #!!!#!!!## ", +" #!!!!!### ", +" ### #!!### ", +" #!# ### ", +" #!# ", +"####!#### ", +"#!!! !!!# ", +"####!#### ", +" #!# ", +" #!# ", +" ### "}; \ No newline at end of file diff --git a/common/cursors.cpp b/common/cursors.cpp index 4752a8b75b..b40bfa1966 100644 --- a/common/cursors.cpp +++ b/common/cursors.cpp @@ -122,7 +122,7 @@ static const std::vector standard_cursors = { nullptr, cursor_pencil_xpm, { 32, 32 }, - { 4, 4 }, + { 4, 27 }, }, { KICURSOR::MOVING,