comparison src/fullscreen.c @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents 6281cc38e5ca
children f6e307c7bad6
comparison
equal deleted inserted replaced
137:be3328a58875 138:71e1ebee420e
325 * FIXME: properly restore this window on show 325 * FIXME: properly restore this window on show
326 */ 326 */
327 #ifdef HIDE_WINDOW_IN_FULLSCREEN 327 #ifdef HIDE_WINDOW_IN_FULLSCREEN
328 gtk_widget_hide(fs->normal_window); 328 gtk_widget_hide(fs->normal_window);
329 #endif 329 #endif
330 image_change_path(fs->normal_imd, NULL, image_zoom_get(fs->normal_imd)); 330 image_change_fd(fs->normal_imd, NULL, image_zoom_get(fs->normal_imd));
331 331
332 return fs; 332 return fs;
333 } 333 }
334 334
335 void fullscreen_stop(FullScreenData *fs) 335 void fullscreen_stop(FullScreenData *fs)