Changeset 044f19f for global.c


Ignore:
Timestamp:
Jun 12, 2010, 3:29:01 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
ea7daa8
Parents:
e92e2a1
git-author:
David Benjamin <davidben@mit.edu> (06/12/10 01:49:55)
git-committer:
David Benjamin <davidben@mit.edu> (06/12/10 15:29:01)
Message:
Don't use signals for dirtying the sepbar

I'm less convinced the correct code looks substantially different here,
but the first iteration should not have this globalnotifier.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    re92e2a1 r044f19f  
    141141}
    142142
     143void owl_global_sepbar_dirty(owl_global *g)
     144{
     145  owl_window_dirty(g->mainpanel.sepwin);
     146}
     147
    143148/* Called once perl has been initialized */
    144149void owl_global_complete_setup(owl_global *g)
Note: See TracChangeset for help on using the changeset viewer.