mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Update xpm cursor headers
This commit is contained in:
parent
8335c739d6
commit
d76c8e0385
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
//Image of a pencil.
|
||||
static const char * DrawCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * IBeamCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchLeftCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * StretchRightCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * ZoomInCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
"+ c #FFFFFF",
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* XPM */
|
||||
static const char * ZoomOutCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
Loading…
x
Reference in New Issue
Block a user