Advertisement
Guest User

Untitled

a guest
Nov 5th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /* XPM */
  2. static char * en15_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "11 8 2 1",
  5. /* colors */
  6. "x c #729fcf",
  7. " c #000000",
  8. /* pixels */
  9. "x x xxx ",
  10. "x x x x",
  11. "x x x ",
  12. "x x xxx ",
  13. "x x x",
  14. "x x x",
  15. "x x x x",
  16. " xxx xxx "};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement