cosmetic: the MappingNotify event has id 34 whereas ClientMessage is 33

SVN revision: 27009
This commit is contained in:
doursse 2006-11-08 06:33:55 +00:00 committed by doursse
parent b7622dd8c8
commit bb44624d72
1 changed files with 1 additions and 1 deletions

View File

@ -273,8 +273,8 @@ ecore_x_init(const char *name)
_ecore_x_event_handlers[SelectionRequest] = _ecore_x_event_handle_selection_request;
_ecore_x_event_handlers[SelectionNotify] = _ecore_x_event_handle_selection_notify;
_ecore_x_event_handlers[ColormapNotify] = _ecore_x_event_handle_colormap_notify;
_ecore_x_event_handlers[MappingNotify] = _ecore_x_event_handle_mapping_notify;
_ecore_x_event_handlers[ClientMessage] = _ecore_x_event_handle_client_message;
_ecore_x_event_handlers[MappingNotify] = _ecore_x_event_handle_mapping_notify;
if (_ecore_x_event_shape_id)
_ecore_x_event_handlers[_ecore_x_event_shape_id] = _ecore_x_event_handle_shape_change;
if (_ecore_x_event_screensaver_id)