Changeset 7b2686d for window.h


Ignore:
Timestamp:
Mar 25, 2011, 3:46:46 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
5eb392f
Parents:
b279013
git-author:
David Benjamin <davidben@mit.edu> (02/25/11 21:52:40)
git-committer:
David Benjamin <davidben@mit.edu> (03/25/11 03:46:46)
Message:
Make the owl_window redraw hook a GSource

(Should this be a g_idle_add instead?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.h

    r38e2250 r7b2686d  
    7272void owl_window_resize(owl_window *w, int nlines, int ncols);
    7373
     74GSource *owl_window_redraw_source_new(void);
     75
    7476/* Standard callback functions in windowcb.c */
    7577
Note: See TracChangeset for help on using the changeset viewer.