TinyWindow icon indicating copy to clipboard operation
TinyWindow copied to clipboard

On linux line 1900: else with no previous if

Open rivenblades opened this issue 6 years ago • 1 comments

You have error, else is without if , if we are on linux platform I changed that and put else in the #ifdef windows. But when i run the Example.cpp, when i press space it gets segmentation fault

rivenblades avatar Dec 24 '18 22:12 rivenblades

ok. I'll get on that after I finish adding the features I want on the Windows side. after that I will fix Linux issues and make sure it has parity with the windows side

ziacko avatar Jan 02 '19 07:01 ziacko

I have opened a PR for to fix this issue https://github.com/ziacko/TinyWindow/pull/31

I only applied a band-aid if (0) {} for now, but at least the program builds and opens a window.

michael-hardeman avatar Mar 20 '23 17:03 michael-hardeman

fix has been solved, code now compiles properly on Linux

ziacko avatar Jun 05 '23 08:06 ziacko