Closed Bug 206909 Opened 21 years ago Closed 21 years ago

Make zoomin and zoomout icons work

Categories

(Core Graveyard :: GFX: OS/2, defect)

Other
OS/2
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mkaply, Assigned: mkaply)

Details

(Keywords: fixed1.4)

Attachments

(2 files)

The function works, but IS/2 doesn't get the icons.
Attached patch FixSplinter Review
pointers are already checked in.

I've changed the code to be a little more dynamic about loading pointers.

I know we have an empty slot at the beginning of the array and it is ugly.

Makes the math better
Attachment #124077 - Flags: review?(pedemont)
Attached patch Alternative fixSplinter Review
How about this?  Also, rather than hard coding IDC_COUNT, you could do this
"#define IDC_COUNT    IDC_HELP - IDC_BASE + 1" at the end of resource.h.
That second patch also contains a patch to rules.mk.  It seems that rc.exe
produces *.res files with all upper cases, such that "$(wildcard *.res)" in the
GARBAGE statement doesn't catch these files.  This means that generated .res
files on OS/2 don't get deleted.  I had to add an upper case equivalent in there.
Attachment #124077 - Flags: review?(pedemont)
Comment on attachment 124083 [details] [diff] [review]
Alternative fix

r=mkaply, sr=blizzard (OS/2 specific), a=mkaply
Attachment #124083 - Flags: superreview+
Attachment #124083 - Flags: review+
Attachment #124083 - Flags: approval1.4+
Fixed on trunk and branch
Status: NEW → RESOLVED
Closed: 21 years ago
Keywords: fixed1.4
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: