Changeset c447d9c for owl.h


Ignore:
Timestamp:
May 29, 2010, 1:14:57 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:
5f7eadf
Parents:
d3814ff
git-author:
David Benjamin <davidben@mit.edu> (05/27/10 12:08:01)
git-committer:
David Benjamin <davidben@mit.edu> (05/29/10 13:14:57)
Message:
Also drop winlines/wincols from the viewwin struct

Deduplicating data is probably worthwhile, although this doesn't have a
negative diffstat. Maybe the owl_window struct should just be open.
(Then it should maybe return some sort of const owl_window * while we
internally work with a owl_window_private *)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd3814ff rc447d9c  
    403403  int topline;
    404404  int rightshift;
    405   int winlines, wincols;
    406405  owl_window *window;
    407406  void (*onclose_hook) (struct _owl_viewwin *vwin, void *data);
Note: See TracChangeset for help on using the changeset viewer.