Changeset 608681f for global.c


Ignore:
Timestamp:
Jun 3, 2010, 1:33:19 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
c1fd7e2
Parents:
9bd51b8
Message:
Add curmsg property and finish curmsg-vert-offset
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r99ce51c r608681f  
    219219void owl_global_set_curmsg(owl_global *g, int i) {
    220220  g->curmsg=i;
     221  g_object_notify(G_OBJECT(g->gn), "curmsg");
    221222  /* we will reset the vertical offset from here */
    222223  /* we might want to move this out to the functions later */
Note: See TracChangeset for help on using the changeset viewer.