- 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:
- a8186dc
- Parents:
- 2640b63
- git-author:
- David Benjamin <davidben@mit.edu> (08/01/10 16:29:45)
- git-committer:
- David Benjamin <davidben@mit.edu> (09/18/10 17:07:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r9eb38bb r60c1386 394 394 } owl_mainwin; 395 395 396 typedef struct _owl_editwin owl_editwin; 397 typedef struct _owl_editwin_excursion owl_editwin_excursion; 398 396 399 typedef struct _owl_viewwin { 397 400 owl_fmtext fmtext; … … 400 403 int rightshift; 401 404 owl_window *window; 402 gulong sig_redraw_id;403 405 void (*onclose_hook) (struct _owl_viewwin *vwin, void *data); 404 406 void *onclose_hook_data; 407 408 gulong sig_resize_id; 409 owl_window *content; 410 gulong sig_content_redraw_id; 411 owl_window *status; 412 gulong sig_status_redraw_id; 405 413 } owl_viewwin; 406 414 … … 462 470 int repeats; 463 471 } owl_history; 464 465 typedef struct _owl_editwin owl_editwin;466 typedef struct _owl_editwin_excursion owl_editwin_excursion;467 472 468 473 typedef struct _owl_mainpanel {
Note: See TracChangeset
for help on using the changeset viewer.