Re: FVWM: FvwmTaskBar with fvwm2

From: <gottlieb_at_research.nj.nec.com>
Date: Wed, 24 Dec 1997 18:29:26 -0500

Moore's patch does indeed work (thanks). The two character change
transformed taskbar mini-icons from a grey area and a bunch of error
msgs to little pictures. I applied the patch manually but it does
look like he has the linenumbers set up for a clean patch. I hope
this makes it into .47. Here is my diff (Emacs vc-diff C-x v =).

*** FvwmTaskBar.c 1997/12/24 22:58:14 1.1
--- FvwmTaskBar.c 1997/12/24 22:58:32
***************
*** 367,374 ****
    case M_MINI_ICON:
      if ((i = FindItem(&windows, body[0])) == -1) break;
      if (UpdateButton(&buttons, i, NULL, DONT_CARE) != -1) {
! p.picture = body[1];
! p.mask = body[2];
        p.width = body[3];
        p.height = body[4];
        p.depth = body[5];
--- 367,374 ----
    case M_MINI_ICON:
      if ((i = FindItem(&windows, body[0])) == -1) break;
      if (UpdateButton(&buttons, i, NULL, DONT_CARE) != -1) {
! p.picture = body[6];
! p.mask = body[7];
        p.width = body[3];
        p.height = body[4];
        p.depth = body[5];

allan gottlieb
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Dec 24 1997 - 17:27:38 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:01 BST