Add comment
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 31 Jul 2011 20:59:02 +0000 (16:59 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Sep 2011 15:12:55 +0000 (11:12 -0400)
modules/basic/basic-win32.c

index 487056b..2483022 100644 (file)
@@ -865,6 +865,8 @@ PANGO_MODULE_ENTRY(list) (PangoEngineInfo **engines,
   script_engines[0].scripts = basic_scripts;
   script_engines[0].n_scripts = G_N_ELEMENTS (basic_scripts);
 
+  /* This is stupid, we rewrite the previous two lines.  Not
+   * going to touch it now. */
   script_engines[0].scripts = uniscribe_scripts;
   script_engines[0].n_scripts = G_N_ELEMENTS (uniscribe_scripts);