Coarse Rosinflower

Results 26 comments of Coarse Rosinflower

Could one not simply generate a header file to support your use-case but not break existing code which uses the .c file?

It's exactly what it sounds like — nothing. In the renderer's big switch statement (the one that determines which command is drawn), add: ```c case CLAY_RENDER_COMMAND_TYPE_NONE: break; ``` Though, you...

Actually, reading over that again, it probably gave a `CLAY_RENDER_COMMAND_TYPE_NONE` because you didn't give it anything. Rectangles are defined *within element parameters*, e.g.: ```c CLAY( CLAY_LAYOUT( {.sizing = {CLAY_SIZING_GROW, CLAY_SIZING_GROW}}...

This cropped up because I was porting Clay to UTF-16 to work faster with Direct2D.

For now, should I drop the version I'm using here? All I really did was change all the `char`s to `wchar_t`s along with a few other minor tweaks to get...

Can you be a little more specific with how one would reproduce this?

I am unable to reproduce the crash with either method on Edge 132.0.2957.115 (Official build) (64-bit).

> reproduce twice ,then not happen: > > * Go to nicbarker.com/clay > > * Press D > > * click the '-' botton before 'Header' in the right area....

All people who have crashed are on Chrome. This may be a case of Chrome being bad, but I don't really want to download the browser to find out.

Github also has this problem. Point and laugh.