Move shrink_wrap() from the display to the window

Also fix all callers. This clearly needs more cleanup.
This commit is contained in:
Michael Natterer
2009-09-25 17:46:09 +02:00
parent 8c2934f626
commit 32783d7228
6 changed files with 154 additions and 116 deletions

View File

@ -64,5 +64,8 @@ void gimp_image_window_set_fullscreen (GimpImageWindow *window,
gboolean fullscreen);
gboolean gimp_image_window_get_fullscreen (GimpImageWindow *window);
void gimp_image_window_shrink_wrap (GimpImageWindow *window,
gboolean grow_only);
#endif /* __GIMP_IMAGE_WINDOW_H__ */