NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
reflow.h
Go to the documentation of this file.
1
23#ifndef MUTT_GUI_REFLOW_H
24#define MUTT_GUI_REFLOW_H
25
26struct MuttWindow;
27
28void window_reflow(struct MuttWindow *win);
29
30#endif /* MUTT_GUI_REFLOW_H */
void window_reflow(struct MuttWindow *win)
Reflow Windows.
Definition: reflow.c:220