Ignore:
Timestamp:
08/02/08 12:53:55 (5 years ago)
Author:
jylam
Message:
  • Added window list and window selection by name using ctrl-a-"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/neercs.h

    r2624 r2641  
    168168    int mini;                    /* Thumbnails */ 
    169169    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 */ 
    171173 
    172174    /* ScreenSaver stuff */ 
     
    250252void draw_status(struct screen_list *screen_list); 
    251253void draw_help(struct screen_list *screen_list); 
     254int update_window_list(int c, struct screen_list *screen_list); 
     255void draw_list(struct screen_list *screen_list); 
    252256void draw_lock(struct screen_list *screen_list); 
    253257int update_lock(int c, struct screen_list *screen_list); 
Note: See TracChangeset for help on using the changeset viewer.