verse_send_b_layer_destroy

Name

verse_send_b_layer_destroy -- Destroy a bitmap data layer (send the b_layer_destroy command).

Synopsis

void verse_send_b_layer_destroy(VNodeID node_id, VLayerID layer_id);

Description

Destroy a bitmap data layer.

This function sends out the b_layer_destroy command, and should be used as an argument to the verse_callback_set() function to register a callback for handling the reception of that command.

For descriptions of the arguments, see the command reference page.