fvwm2/openSUSE.xpm
Michael Vetter 03e3a48f7b - build with gcc14
- use existing openSUSE wallpaper image file
- use FvwmBacker module for background instead of external program
- do not depend on xli anymore
- modified sources
  % system.fvwm2rc
- added patches
  fix https://github.com/fvwmorg/fvwm/pull/100
  + fvwm2-gcc14.patch

OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=55
2024-11-25 08:22:49 +00:00

40 lines
1.9 KiB
C

/* XPM */
static char * openSUSE1_xpm[] = {
"51 34 2 1",
" c None",
". c #084404",
" ",
" ",
" ",
" ",
" ",
" ",
" ........ ",
" ................. .... ",
" .............................. ",
" ............................ . ",
" ............................. ..... ",
" ............................... . . . ",
" ................................ ... . ",
" .............................. ... ... ",
" ............................... ...... ",
" .................................. ",
" ..... ................................ ",
" .... ............................ ",
" .... ..... ................. ",
" ... ....... ..... ..... ",
" ... .. ... ... .... ",
" ... .. .. ... .... ",
" ... .... .. ... ... ",
" ... ... .. . . ",
" .... ... ",
" .......... ",
" ........ ",
" ... ",
" ",
" ",
" ",
" ",
" ",
" "};