source: windowcb.c @ 8f9a044

release-1.10release-1.7release-1.8release-1.9
Last change on this file since 8f9a044 was 8f9a044, checked in by David Benjamin <davidben@mit.edu>, 14 years ago
Move the standard callbacks into a separate file
  • Property mode set to 100644
File size: 139 bytes
Line 
1#include "owl.h"
2
3void owl_window_erase_cb(owl_window *w, WINDOW *win, void *user_data)
4{
5  werase(win);
6  owl_window_dirty_children(w);
7}
Note: See TracBrowser for help on using the repository browser.