Changeset b928b3a for global.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
  • global.c

    r8ae2de9 rb928b3a  
    537537  owl_function_full_redisplay();
    538538
    539   /* TODO: this should handle other forms of popwins */
    540   if (owl_popwin_is_active(owl_global_get_popwin(g))
    541       && owl_global_get_viewwin(g)) {
    542     owl_popwin_refresh(owl_global_get_popwin(g));
    543     owl_viewwin_redisplay(owl_global_get_viewwin(g), 0);
    544   }
    545 
    546539  owl_function_debugmsg("New size is %i lines, %i cols.", size.ws_row, size.ws_col);
    547540  owl_function_makemsg("");
Note: See TracChangeset for help on using the changeset viewer.