comparison src/X_supp.c @ 1010:feea3784b7ff refine_backend_if

Fix typo on the name of X_MB_new_with_win()
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +0800
parents 595a06fc0157
children 02d52058d352
comparison
equal deleted inserted replaced
1009:595a06fc0157 1010:feea3784b7ff
1177 1177
1178 io_man->unreg(io_man, hdl); 1178 io_man->unreg(io_man, hdl);
1179 } 1179 }
1180 1180
1181 mb_backend_t backend = { X_MB_new, 1181 mb_backend_t backend = { X_MB_new,
1182 X_MB_new_with_window, 1182 X_MB_new_with_win,
1183 1183
1184 X_MB_free, 1184 X_MB_free,
1185 X_MB_add_event, 1185 X_MB_add_event,
1186 X_MB_remove_event, 1186 X_MB_remove_event,
1187 X_MB_handle_connection, 1187 X_MB_handle_connection,