mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-25 23:00:19 +01:00
Update xpm cursor headers
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
//Image of a pencil.
|
||||
static const char * DrawCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
// Classic optical illusion.
|
||||
// the beam looks taller than the arrow.
|
||||
static const char * IBeamCursorXpm[] = {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchLeftCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchRightCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * ZoomInCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * ZoomOutCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
||||
Reference in New Issue
Block a user