Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reb-series.h and IMG_WIDE, IMG_HIGH #36

@hostilefork

Description

@hostilefork

The reb-value.h and reb-series.h files are part of some dependencies that really should be gotten rid of, and I think the only usage R3-View has is here:

struct rebol_series* img = (struct rebol_series*)GOB_CONTENT(gob);
int w = IMG_WIDE(img);
int h = IMG_HIGH(img);

That seems to be the sole use of rebol_series, and rebol_value is nowhere to be found. If that's it, and if RL_Gob_Width and RL_Gob_Height cover it, then I'm getting rid of those files now.

(I'll let you do add the RL_Gob routines in case you can think of something more generic like RL_Gob_Property that you might want...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions