change define INTERNATIONAL --> WITH_INTERNATIONAL

also rename backface_culling --> use_backface_culling (which is used elsewhere in rna)
This commit is contained in:
2011-09-26 10:35:47 +00:00
parent fc8a7aba55
commit 573ed73be8
28 changed files with 45 additions and 45 deletions

View File

@@ -500,7 +500,7 @@ void ui_draw_but_IMAGE(ARegion *UNUSED(ar), uiBut *but, uiWidgetColors *UNUSED(w
}
#if 0
#ifdef INTERNATIONAL
#ifdef WITH_INTERNATIONAL
static void ui_draw_but_CHARTAB(uiBut *but)
{
/* XXX 2.50 bad global access */
@@ -670,7 +670,7 @@ static void ui_draw_but_CHARTAB(uiBut *but)
}
}
#endif // INTERNATIONAL
#endif // WITH_INTERNATIONAL
#endif
static void draw_scope_end(rctf *rect, GLint *scissor)