Changeset b928b3a for popexec.c


Ignore:
Timestamp:
Mar 2, 2010, 9:14:44 PM (14 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
  • popexec.c

    r2a17b63 rb928b3a  
    3131                        owl_popwin_get_lines(pw), owl_popwin_get_cols(pw),
    3232                        "");
    33   owl_popwin_refresh(pw);
    3433  owl_viewwin_redisplay(v, 0);
    3534  owl_global_set_needrefresh(&g);
Note: See TracChangeset for help on using the changeset viewer.