From 008be9b6d8889cbf711b8ebe919cbcdd401fd06e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 11 Mar 2018 15:55:28 -0400 Subject: [PATCH] Began migrating the Unix draw text code by moving the existing files out of the way. --- unix/{_old_drawtext.c => OLD__old_drawtext.c} | 0 unix/{attrstr.c => OLD_attrstr.c} | 0 unix/{drawtext.c => OLD_drawtext.c} | 0 unix/{fontbutton.c => OLD_fontbutton.c} | 0 unix/{graphemes.c => OLD_graphemes.c} | 0 unix/{opentype.c => OLD_opentype.c} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename unix/{_old_drawtext.c => OLD__old_drawtext.c} (100%) rename unix/{attrstr.c => OLD_attrstr.c} (100%) rename unix/{drawtext.c => OLD_drawtext.c} (100%) rename unix/{fontbutton.c => OLD_fontbutton.c} (100%) rename unix/{graphemes.c => OLD_graphemes.c} (100%) rename unix/{opentype.c => OLD_opentype.c} (100%) diff --git a/unix/_old_drawtext.c b/unix/OLD__old_drawtext.c similarity index 100% rename from unix/_old_drawtext.c rename to unix/OLD__old_drawtext.c diff --git a/unix/attrstr.c b/unix/OLD_attrstr.c similarity index 100% rename from unix/attrstr.c rename to unix/OLD_attrstr.c diff --git a/unix/drawtext.c b/unix/OLD_drawtext.c similarity index 100% rename from unix/drawtext.c rename to unix/OLD_drawtext.c diff --git a/unix/fontbutton.c b/unix/OLD_fontbutton.c similarity index 100% rename from unix/fontbutton.c rename to unix/OLD_fontbutton.c diff --git a/unix/graphemes.c b/unix/OLD_graphemes.c similarity index 100% rename from unix/graphemes.c rename to unix/OLD_graphemes.c diff --git a/unix/opentype.c b/unix/OLD_opentype.c similarity index 100% rename from unix/opentype.c rename to unix/OLD_opentype.c