Changeset b928b3a for functions.c


Ignore:
Timestamp:
Mar 2, 2010, 9:14:44 PM (15 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8099357
Parents:
8ae2de9
git-author:
David Benjamin <davidben@mit.edu> (10/30/09 14:26:12)
git-committer:
David Benjamin <davidben@mit.edu> (03/02/10 21:14:44)
Message:
Remove popwin special-casing

Finally, we can have our cake! Now that libpanel takes care of stacking,
we can get rid of a lot of the painting logic that has to think about
and special-case window order.

Here's the first of the lobotomies.

Signed-off-by: David Benjamin <davidben@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r8ae2de9 rb928b3a  
    215215  /* redisplay etc. */
    216216  owl_mainwin_redisplay(owl_global_get_mainwin(&g));
    217   if (owl_popwin_is_active(owl_global_get_popwin(&g))) {
    218     owl_popwin_refresh(owl_global_get_popwin(&g));
    219   }
    220217  update_panels();
    221218  owl_global_set_needrefresh(&g);
     
    12681265  update_panels();
    12691266
    1270   if (owl_popwin_is_active(owl_global_get_popwin(&g))) {
    1271     owl_popwin_refresh(owl_global_get_popwin(&g));
    1272   }
    1273  
    12741267  sepbar("");
    12751268  owl_function_makemsg("");
Note: See TracChangeset for help on using the changeset viewer.