Changeset 03ca005 for owl.h


Ignore:
Timestamp:
Sep 18, 2010, 5:07:39 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:
61c1f19
Parents:
b3b1b05
git-author:
David Benjamin <davidben@mit.edu> (08/01/10 13:50:19)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:39)
Message:
Create a new owl_popwin every time instead of rewiring the old one

Constantly rewiring things is weird.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rb3b1b05 r03ca005  
    410410  gulong sig_redraw_id;
    411411  gulong sig_resize_id;
    412   int active;
    413412} owl_popwin;
    414413 
     
    563562typedef struct _owl_global {
    564563  owl_mainwin mw;
    565   owl_popwin pw;
     564  owl_popwin *pw;
    566565  owl_msgwin msgwin;
    567566  owl_history cmdhist;          /* command history */
Note: See TracChangeset for help on using the changeset viewer.