hnm_DisplayEventFactory_InitWindowTypes()

Initialize the window types.

Synopsis:

#include <hnm/display_event.h>
 
void hnm_DisplayEventFactory_InitWindowTypes(struct hnm_config_node *config_tree)

Arguments:

config_tree

Configuration tree searched for the window type semantic information.

Library:

libhnm

Description:

This function initializes the window type semantics from the policy configuration.

Given a configuration tree, this function finds the window-types section in the tree and then extracts the window type semantic information. The semantics are expressed by the internal HNM state machine. If the configuration tree doesn't contain a window-types section, then a default policy is used.

Returns:

Nothing.