- Timestamp:
- Jun 1, 2010, 8:28:15 PM (13 years ago)
- Branches:
- master, release-1.7, release-1.8, release-1.9
- Children:
- b2ea16b
- Parents:
- e20dd769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
re20dd769 r5b80b87 341 341 342 342 void owl_global_set_rightshift(owl_global *g, int i) { 343 g_object_set(g->gn, "rightshift", i, NULL); 343 g->rightshift = i; 344 g_object_notify(G_OBJECT(g->gn), "rightshift"); 344 345 } 345 346 … … 592 593 593 594 void owl_global_set_curmsg_vert_offset(owl_global *g, int i) { 594 g_object_set(g->gn, "curmsg-vert-offset", i, NULL); 595 g->curmsg_vert_offset = i; 596 g_object_notify(G_OBJECT(g->gn), "curmsg-vert-offset"); 595 597 } 596 598
Note: See TracChangeset
for help on using the changeset viewer.