Changeset 1c01cdf7 for owl.h


Ignore:
Timestamp:
Jun 25, 2011, 2:29:50 AM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
8b293ea (diff), 2bc6bb16 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 2bc6bb1631398bd9cd2eaeee9ed91c2a15649b30 into 8b293ea82bfdae7cddf0e0665ef6eca1cc0df04d
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd427f08 r1c01cdf7  
    455455
    456456typedef struct _owl_history {
    457   owl_list hist;
    458   int cur;
    459   int touched;
    460   int partial;
    461   int repeats;
     457  GQueue hist;
     458  GList *cur;
     459  bool partial;
    462460} owl_history;
    463461
Note: See TracChangeset for help on using the changeset viewer.