Changeset 4cc49bc for window.h


Ignore:
Timestamp:
May 23, 2011, 8:57:46 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
6b4033f
Parents:
2c79eae
git-author:
David Benjamin <davidben@mit.edu> (02/25/11 21:52:40)
git-committer:
David Benjamin <davidben@mit.edu> (05/23/11 20:57:46)
Message:
Make the owl_window redraw hook a GSource

(Should this be a g_idle_add instead?)

This is the first pre-select action to die.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.h

    r38e2250 r4cc49bc  
    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.