Changeset 4021


Ignore:
Timestamp:
11/23/09 13:52:07 (3 years ago)
Author:
pterjan
Message:
  • Use title from the right pty in wm_box
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/wm.c

    r4018 r4021  
    214214static void wm_box(struct screen_list *screen_list, int pty) 
    215215{ 
    216     if (!screen_list->screen[screen_list->pty]->changed 
     216    if (!screen_list->screen[pty]->changed 
    217217        && !screen_list->changed) 
    218218        return; 
     
    227227                        screen_list->screen[pty]->h + 2); 
    228228 
    229     if (screen_list->screen[screen_list->pty]->title) 
     229    if (screen_list->screen[pty]->title) 
    230230    { 
    231231        caca_printf(screen_list->cv, 
Note: See TracChangeset for help on using the changeset viewer.