# HG changeset patch # User Thinker K.F. Li # Date 1290357750 -28800 # Node ID feea3784b7ff3bdff8c70e2e586e92aeadfe36b3 # Parent 595a06fc015730e3fd71bd2cb7cf5a3d9726e0a2 Fix typo on the name of X_MB_new_with_win() diff -r 595a06fc0157 -r feea3784b7ff src/X_supp.c --- a/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 +++ b/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 @@ -1179,7 +1179,7 @@ } mb_backend_t backend = { X_MB_new, - X_MB_new_with_window, + X_MB_new_with_win, X_MB_free, X_MB_add_event,