1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/images/Cursors32/SubViewsCursor.xpm
akleja b0d9f805a6
New mouse pointers and zoom icons
* Add custom draw tool cursor
* Replace most old mouse cursors
* Increase consistency with toolbar icons
* Replace zoom icons in FreqWindow
* Increase consistency across themes
* Add custom selection adjustment cursor

(The Windows ones looked like they originated from the DOS era.)

Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
Signed-off-by: akleja <storspov@gmail.com>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-26 13:24:17 +00:00

42 lines
1.3 KiB
C

/* XPM */
static const char * const SubViewsCursorXpm[] = {
"32 32 6 1",
" c #FF0000",
". c #FFFFFF",
"+ c #565656",
"@ c #000000",
"# c #2A2A2A",
"$ c #FCFCFC",
" ",
" ",
" ",
" ",
" ",
" . ",
" .+. ",
" .+@+. ",
" .+@@@+. ",
" .+@@@@@+. ",
" .+#@@@@@#+. ",
" .+#@@@@@#+. ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" .+#@@@@@#+. ",
" .+#@@@@@#+. ",
" .+@@@@@+. ",
" .+@@@+$ ",
" .+@+. ",
" .+. ",
" . ",
" ",
" ",
" ",
" ",
" "};