Changeset 8f9a044 for window.h


Ignore:
Timestamp:
Jun 3, 2010, 1:33:53 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:
853f397
Parents:
d7c1dbe
Message:
Move the standard callbacks into a separate file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.h

    rd7c1dbe r8f9a044  
    5555void owl_window_resize(owl_window *w, int nlines, int ncols);
    5656
     57/* Standard callback functions in windowcb.c */
     58
    5759void owl_window_erase_cb(owl_window *w, WINDOW *win, void *user_data);
    5860
Note: See TracChangeset for help on using the changeset viewer.