Changeset 9eb38bb for owl.h


Ignore:
Timestamp:
Sep 18, 2010, 5:07:39 PM (15 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
d574d61
Parents:
8ee712e0
git-author:
David Benjamin <davidben@mit.edu> (08/01/10 14:09:34)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:39)
Message:
Likewise, don't reuse a global owl_viewwin

This means we don't have to support plugging and unplugging that thing
over and over. We also can almost entirely drop the global owl_viewwin.
Most of the code gets it from the context anyway.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r03ca005 r9eb38bb  
    596596  void *buffercbdata;
    597597  owl_editwin *tw;
    598   owl_viewwin vw;
     598  owl_viewwin *vw;
    599599  void *perl;
    600600  int debug;
Note: See TracChangeset for help on using the changeset viewer.