- 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:
@@ -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(<_gray);
|
||||
LineTo(rect.right,rect.bottom);
|
||||
|
||||
Reference in New Issue
Block a user