- Renamed all source files for better consistency and for a cpp extension.

- Added Bandit Busywork and the GPL license.

git-svn-id: http://openexile.googlecode.com/svn/trunk@23 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-19 14:25:48 +00:00
parent 632f1e7b32
commit 0794231c20
88 changed files with 578 additions and 3668 deletions

View File

@@ -305,7 +305,7 @@ void frame_dlog_rect(GrafPtr hDlg, Rect rect, short val, short med_or_lt){
RGBForeColor(&dk_gray);
MoveTo(rect.left,rect.top);
LineTo(rect.right,rect.top);
if (med_or_lt == 'pc') // hDlg == GetWindowPort(mainPtr) // ie for the pc editor only
if (med_or_lt) // hDlg == GetWindowPort(mainPtr) // ie for the pc editor only
RGBForeColor(&med_gray);
else RGBForeColor(&lt_gray);
LineTo(rect.right,rect.bottom);