Changeset 98d296d for owl.c


Ignore:
Timestamp:
Mar 29, 2010, 11:11:32 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
9186c75
Parents:
58d47ca
git-author:
Nelson Elhage <nelhage@ksplice.com> (03/19/10 17:07:21)
git-committer:
Nelson Elhage <nelhage@mit.edu> (03/29/10 23:11:32)
Message:
Remove owl_global_is_typwin_active

This is now redundant with "get_typwin() == NULL".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rf449096 r98d296d  
    629629      /* leave the cursor in the appropriate window */
    630630      if (!owl_popwin_is_active(owl_global_get_popwin(&g))
    631           && owl_global_is_typwin_active(&g)) {
     631          && owl_global_get_typwin(&g)) {
    632632        owl_function_set_cursor(typwin);
    633633      } else {
Note: See TracChangeset for help on using the changeset viewer.