Changeset 2641 for neercs/trunk/src/neercs.h
- Timestamp:
- 08/02/08 12:53:55 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/neercs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/neercs.h
r2624 r2641 168 168 int mini; /* Thumbnails */ 169 169 int status; /* Status bar */ 170 int help; /* help */ 170 int help; /* Help */ 171 int window_list; /* Window list */ 172 int cur_in_list; /* Window list */ 171 173 172 174 /* ScreenSaver stuff */ … … 250 252 void draw_status(struct screen_list *screen_list); 251 253 void draw_help(struct screen_list *screen_list); 254 int update_window_list(int c, struct screen_list *screen_list); 255 void draw_list(struct screen_list *screen_list); 252 256 void draw_lock(struct screen_list *screen_list); 253 257 int update_lock(int c, struct screen_list *screen_list);
Note: See TracChangeset
for help on using the changeset viewer.
