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