Changeset f6fae8d for owl.h


Ignore:
Timestamp:
Jun 1, 2010, 12:14:11 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:
e294783
Parents:
84a4aca
Message:
Port the editwin to owl_window

The others are still unmanaged for now. Fortunately, they were set up as
as panels, so we can see through them to the windows we want in the
meantime. :-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd2a4534 rf6fae8d  
    576576  WINDOW *input_pad;
    577577  owl_mainpanel mainpanel;
    578   PANEL *recpan, *seppan, *msgpan, *typpan;
     578  gulong typwin_erase_id;
     579  PANEL *recpan, *seppan, *msgpan;
    579580  int needrefresh;
    580581  int rightshift;
Note: See TracChangeset for help on using the changeset viewer.