comparison src/pan-view.h @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents 48c8e49b571c
children 1646720364cf
comparison
equal deleted inserted replaced
782:3f7a0420c293 783:d6a7fb4b8e7c
13 13
14 #ifndef PAN_VIEW_H 14 #ifndef PAN_VIEW_H
15 #define PAN_VIEW_H 15 #define PAN_VIEW_H
16 16
17 17
18 void pan_window_new(const gchar *path); 18 void pan_window_new(FileData *dir_fd);
19 19
20 20
21 #endif 21 #endif