- Timestamp:
- Sep 18, 2010, 5:07:39 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rb3b1b05 r03ca005 410 410 gulong sig_redraw_id; 411 411 gulong sig_resize_id; 412 int active;413 412 } owl_popwin; 414 413 … … 563 562 typedef struct _owl_global { 564 563 owl_mainwin mw; 565 owl_popwin pw;564 owl_popwin *pw; 566 565 owl_msgwin msgwin; 567 566 owl_history cmdhist; /* command history */
Note: See TracChangeset
for help on using the changeset viewer.