~ubuntu-branches/ubuntu/wily/fvwm1/wily-proposed

« back to all changes in this revision

Viewing changes to fvwm/pager.c

  • Committer: Bazaar Package Importer
  • Author(s): Phil Brooke
  • Date: 2002-02-04 09:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020204090000-ognzr0vvph9zmp0a
Tags: 1.24r-44
* New maintainer (Closes: Bug#68146).
* Changed copyright page to show new maintainer.
* Fixed several lintian complaints (Closes: Bug#132193).
* Typo fix in fvwm1.1 manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                           Scr.Hilite->icon_name, strlen(Scr.Hilite->icon_name));
77
77
            }
78
78
        }
79
 
 
80
 
      TextColor = Scr.StdColors.fore;
81
 
      BackColor = Scr.StdColors.back;
82
 
      NewFontAndColor(Scr.PagerFont.font->fid,TextColor,BackColor);
83
 
        
84
79
        
85
80
      for (t = Scr.FvwmRoot.next; t != NULL; t = t->next)
86
81
        {
91
86
                 (!(t->flags & ICONIFIED)||(!(Scr.flags & StickyIcons)))&&
92
87
                 (t->icon_name != NULL))
93
88
                {
 
89
                  TextColor = t->TextPixel;
 
90
                  BackColor = t->BackPixel;
 
91
                  NewFontAndColor(Scr.PagerFont.font->fid,TextColor,BackColor);
 
92
        
94
93
                  flush_expose(t->pager_view);            
95
94
                  XDrawImageString (dpy, t->pager_view, Scr.FontGC,
96
95
                                    2,Scr.PagerFont.y+2,