1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00

Missing cursor xpms that I meant to add with the previous commit.

This commit is contained in:
james.k.crook@gmail.com
2014-11-08 14:35:19 +00:00
parent 6112a2a8c1
commit 327bd905de
8 changed files with 375 additions and 0 deletions

View File

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