1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00
audacity/images/Cursors32/SubViewsCursor.xpm
Paul Licameli 0c44d0f7d3 Bug2244: need a distinct cursor for adjustment of split views...
... Adapted from the bandwidth adjustment cursor for spectral selection, with
reversal of white and black, so the new ones are white around black
2019-12-30 15:18:31 -05:00

39 lines
1.3 KiB
C

/* XPM */
static const char * const SubViewsCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................+...............",
"...............+#+..............",
"..............+###+.............",
".............+#####+............",
"............+#######+...........",
"............+++++++++...........",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"............+++++++++...........",
"............+#######+...........",
".............+#####+............",
"..............+###+.............",
"...............+#+..............",
"................+...............",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"};