comparison src/layout.h @ 1473:01693e68707b

layout id "_current_" matches the currently active layout window
author nadvornik
date Sat, 21 Mar 2009 19:51:07 +0000
parents 6e020d3ab168
children 2ca277a9845b
comparison
equal deleted inserted replaced
1472:b4001cb9fbc4 1473:01693e68707b
11 */ 11 */
12 12
13 #ifndef LAYOUT_H 13 #ifndef LAYOUT_H
14 #define LAYOUT_H 14 #define LAYOUT_H
15 15
16 #define LAYOUT_ID_CURRENT "_current_"
16 17
17 extern GList *layout_window_list; 18 extern GList *layout_window_list;
18 19
19 20
20 LayoutWindow *layout_new(FileData *dir_fd, LayoutOptions *lop); 21 LayoutWindow *layout_new(FileData *dir_fd, LayoutOptions *lop);