-
Notifications
You must be signed in to change notification settings - Fork 17
Remove background and set alpha as true on Evas gl #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove background and set alpha as true on Evas gl #216
Conversation
* This patch fix a blank screen issue when launching time. What was shown as a blank screen is the background color of the elm_win. Signed-off-by: Boram Bae <[email protected]>
I don't know about this issue(also efl), but if we remove the background object , it might be a problem when other evas objects are added win later. |
Could you give me a detail to reproduce that you worried? I'll check it out.
Do you have any ideas? If we can know that the first frame is ready, I guess this problem can be solved.
|
I mean (I already written that way...) It doesn't mean it's happening now. It wouldn't be rendered if an evas object was added here in the future(Maybe plugin?) and it didn't overlap with anything else.
To be honest, I have |
I still didn't understand what you said. Can't it added another evas_object to elm_win without background?
of course. this problem has existed since the introduction of the Evas gl renderer, and recently raised as a issue during the development of the splash screen plugin. please feel free to fix it. |
Here's an old blog for you. |
Even reading this, I cannot understand your concerns. I made the window as transparent and remove the background. |
I am middle of fixing my comment, but you already answered it! |
This is not perfect solution, so I closed this PR |
What was shown as a blank screen is the background color of the elm_win.
This patch doesn't fix the blank screen issue between the splash screen and the first frame.
Signed-off-by: Boram Bae [email protected]