mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user