Ignore:
Timestamp:
2018-07-06T22:13:20Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be0f5e4
Parents:
6419c6e
Message:

Encapsulate partitions list in volume server. (Global state is not good coding practice.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    r6419c6e re89a06a  
    22622262}
    22632263
    2264 static void category_change_cb(void)
     2264static void category_change_cb(void *arg)
    22652265{
    22662266        discover_viewports();
     
    23112311        }
    23122312
    2313         rc = loc_register_cat_change_cb(category_change_cb);
     2313        rc = loc_register_cat_change_cb(category_change_cb, NULL);
    23142314        if (rc != EOK) {
    23152315                printf("%s: Failed to register category change callback\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.