1
0
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:
stevethefiddle@gmail.com 2014-11-14 22:06:01 +00:00
parent 8335c739d6
commit d76c8e0385
14 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* XPM */
//Image of a pencil.
static const char * DrawCursorXpm[] = {
"16 16 3 1",

View File

@ -1,3 +1,4 @@
/* XPM */
// Classic optical illusion.
// the beam looks taller than the arrow.
static const char * IBeamCursorXpm[] = {

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchLeftCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchRightCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * ZoomInCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * ZoomOutCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
//Image of a pencil.
static const char * DrawCursorXpm[] = {
"32 32 3 1",

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * IBeamCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchLeftCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * StretchRightCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * ZoomInCursorXpm[] = {
"32 32 3 1",
"+ c #FFFFFF",

View File

@ -1,3 +1,4 @@
/* XPM */
static const char * ZoomOutCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0