changeset 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
files src/X_supp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,