diff options
Diffstat (limited to 'src/dged/window.h')
| -rw-r--r-- | src/dged/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dged/window.h b/src/dged/window.h index b3284e9..be9b952 100644 --- a/src/dged/window.h +++ b/src/dged/window.h @@ -27,6 +27,7 @@ void windows_set_active(struct window *window); struct window *windows_focus(uint32_t id); struct window *windows_get_active(); struct window *windows_focus_next(); +struct window *window_find_by_buffer(struct buffer *b); void window_set_buffer(struct window *window, struct buffer *buffer); struct buffer *window_buffer(struct window *window); |
