Changeset 99ce51c for owl.c


Ignore:
Timestamp:
Jun 2, 2010, 9:08:18 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
678a505c
Parents:
3e0147f
Message:
Punt the arguments to owl_global_resize

We're not using them, and they wouldn't work as advertised with the
resizepending check.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rfa65671 r99ce51c  
    457457{
    458458  /* if a resize has been scheduled, deal with it */
    459   owl_global_resize(&g, 0, 0);
     459  owl_global_check_resize(&g);
    460460
    461461  /* update the terminal if we need to */
Note: See TracChangeset for help on using the changeset viewer.