summaryrefslogtreecommitdiffstats
path: root/src/ui/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/pixmaps')
-rw-r--r--src/ui/pixmaps/handles.xpm60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/ui/pixmaps/handles.xpm b/src/ui/pixmaps/handles.xpm
index b61ad377c..e16e61bc7 100644
--- a/src/ui/pixmaps/handles.xpm
+++ b/src/ui/pixmaps/handles.xpm
@@ -98,3 +98,63 @@ static char const *handle_center_xpm[] = {
" . ",
" "};
+/* XPM */
+static char const *handle_align_xpm[] = {
+"13 13 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ........... ",
+" .+++++++. ",
+" .+++++. ",
+" .+++. ",
+" .+. ",
+" + ",
+" ........... ",
+" "};
+
+/* XPM */
+static char const *handle_align_center_xpm[] = {
+"13 13 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ......... ",
+" .+++++. ",
+". .+++. .",
+".. .+. ..",
+".+. . .+.",
+".++. . .++.",
+".+++.....+++.",
+".++. . .++.",
+".+. . .+.",
+".. .+. ..",
+". .+++. .",
+" .+++++. ",
+" ......... "};
+
+/* XPM */
+static char const *handle_align_corner_xpm[] = {
+"13 13 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" ",
+" . . ",
+" .. . ",
+" .+. . ",
+" .++. . ",
+" .+++. . ",
+" ...... . ",
+" . . ",
+" . . ",
+" .. ",
+" ........... ",
+" "};
+