lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
552 stars 282 forks source link

What happened? #47

Closed break2133 closed 1 year ago

break2133 commented 1 year ago

87C9AAA6-8EDA-4ed2-B67A-C7B451B0DA4D

kisvegabor commented 1 year ago

Thank you for pointing it out. I'm sure it was left there by accident.

It was added in https://github.com/lvgl/lv_port_win_visual_studio/commit/5a44f6408b29751461e4efb266b77babb0c045cb. @MouriNaruto, could you comment on it?

I've just removed it in https://github.com/lvgl/lv_port_win_visual_studio/commit/75f72844ef0aa9921013c60cb5f83236f7bfef89.

MouriNaruto commented 1 year ago

@break2133 @kisvegabor

could you comment on it?

I am used to write a “fuck” function with no parameters and "void" return type first before modifying to the definition of new function definition needed because I couldn't think of the correct definition of the function in one breath beforehand. It's a scaffold-like thing which is left accidentally when I am implementing the example of multiple monitor support of win32drv. (I have forgot I have already written a new empty function before I create the multiple_display_mode_initialization function.)

I am sorry about that. Thanks @kisvegabor for removing that.

I will try to use "void test()" instead of "void fuck()" before I modify to the definition of new function definition needed for reducing the similar thing happened. (The similar thing had also been happened in the project which I created, here is the example: https://github.com/M2Team/NanaZip/commit/7149e36809748b4fba40e6ed98a1f335df61b108)

Kenji Mouri

MouriNaruto commented 1 year ago

Close issue because this issue should be solved.

Kenji Mouri

kisvegabor commented 1 year ago

Sorry for the late reply, I'm still catching up with the emails after the Christmas holiday.

I will try to use "void test()" instead of "void fuck()" before I modify to the definition of new function definition needed for reducing the similar thing happened. (The similar thing had also been happened in the project which I created, here is the example: https://github.com/M2Team/NanaZip/commit/7149e36809748b4fba40e6ed98a1f335df61b108)

It think it'd be safer, thank you :relaxed: