Gregory Haerr

Results 674 comments of Gregory Haerr

Hello @LOGUNIVPM, Thank you for your bug report! I would say that if your previous application worked, and nothing was changed except the Microwindows library version, the problem is in...

I'm in the midst of another project, but will try to help you get this solved until I can dive deep into it. I don't have a 1bpp system to...

Thanks for the information. Yes, the new source tree will likely have to be patched with the PATCH_LINUX_AXEL_UL contents. Do you happen to have a copy of that patch, or...

Hello @LOGUNIVPM, Thanks for the diff. It seems the only real change made is to force palette mode on an otherwise TRUECOLOR-reported frame buffer. The funny thing is that without...

Hmmm, rootpsd->pixtype is 2, which means MWPF_PALETTE. So it sounds like that's not the reason I was guessing was a problem in GdCreatePixMap. Perhaps we should look at the C...

Hello @Ellis2781, > Also to note, sel4 is based on the cmake build system Yes, this is likely the cause of the build error(s). Because of the particular way that...

Hi @rofl0r, It would not be a big deal to implement WNDCLASSEX, its just an expanded window class structure that has a few more fields (like hIconSm to support small...

Just change ``` wc.hCursor = LoadCursor(NULL, IDC_ARROW); ``` to ``` wc.hCursor = 0; //LoadCursor(NULL, IDC_ARROW); ``` for now, same with LoadIcon.

The (80's style) Win32 cursor is declared in src/mwin/winmain.c: ``` static MWCURSOR arrow = { /* default arrow cursor*/ 16, 16, 0, 0, RGB(255, 255, 255), RGB(0, 0, 0), {...

Hi Lonnie, I responded to your earlier email but it looks as though you didn't get it. Nano-X does have a much smaller footprint than X11 when used with the...