mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
* 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>
43 lines
1.3 KiB
C
43 lines
1.3 KiB
C
/* XPM */
|
|
static const char * const TimeCursorXpm[] = {
|
|
"32 32 7 1",
|
|
" c #FF0000",
|
|
". c #000000",
|
|
"+ c #D4D4D4",
|
|
"@ c #FFFFFF",
|
|
"# c #050505",
|
|
"$ c #F5F5F5",
|
|
"% c #040404",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" .. .. ",
|
|
" .+@. .@+. ",
|
|
" .+@@. .@@+. ",
|
|
" .+@@@........#@@@+. ",
|
|
" .+@@@@+++++++++@@@@+. ",
|
|
" .+$@@@@@@@@@@@@@@@@@@+. ",
|
|
" .+@@@@+++++++++@@@@+. ",
|
|
" .+@@@........%@@@+. ",
|
|
" .+@@. .@@+. ",
|
|
" .+@. .@+. ",
|
|
" .. .. ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|