a68edc093c
- Add patch to work with multibuttons mice. Upstream is not interested in the patch as other than xorg servers still might not support this: * enable-more-mouse-buttons.patch - Remove not really needed patches: * fvwm-2.5.26-gcc-warnings.patch * fvwm-2.5.26-ia64.patch * fvwm-rsvg.patch * fvwm-2.5.26-no-copy-dt-needed-entries.patch * fvwm-2.5.26-charset_in_title.patch - Version update to 2.6.8: * Various DESTDIR fixes (especially around the default-config Makefile) * fvwm-perllib pod2man fixes. * FvwmIconMan no longer triggers a warning about bad size hints in the fvwm core. * VMware windows do not disapper when switching between fullscreen and normal state. * Fix (de)installation with the configure options --program-prefix, --program-suffix and --program-transform-name. * Remove further references to obsolete modules from man page(s). * fvwm-menu-desktop(1) now requires python3 as an explicit dependency. * Add a 'fullscreen' option to the 'Maximize' command. - Remove local fvwm-menu-desktop-config.fpl as upstream has newer version - Refresh patch fvwm-2.5.26-sv_SE.patch - Rename properly the openSUSE.xpm u->U - Require python3-base as per above change to use it in the menu-desktop OBS-URL: https://build.opensuse.org/request/show/640029 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=43
40 lines
1.9 KiB
C
40 lines
1.9 KiB
C
/* XPM */
|
|
static char * openSUSE1_xpm[] = {
|
|
"51 34 2 1",
|
|
" c None",
|
|
". c #084404",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ........ ",
|
|
" ................. .... ",
|
|
" .............................. ",
|
|
" ............................ . ",
|
|
" ............................. ..... ",
|
|
" ............................... . . . ",
|
|
" ................................ ... . ",
|
|
" .............................. ... ... ",
|
|
" ............................... ...... ",
|
|
" .................................. ",
|
|
" ..... ................................ ",
|
|
" .... ............................ ",
|
|
" .... ..... ................. ",
|
|
" ... ....... ..... ..... ",
|
|
" ... .. ... ... .... ",
|
|
" ... .. .. ... .... ",
|
|
" ... .... .. ... ... ",
|
|
" ... ... .. . . ",
|
|
" .... ... ",
|
|
" .......... ",
|
|
" ........ ",
|
|
" ... ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|