We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 811 - Startup notification support?
Summary: Startup notification support?
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-26 14:13 UTC by Sven Arvidsson
Modified: 2010-07-18 01:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Arvidsson 2009-09-26 14:13:50 UTC
Hi,

Are there any plans to add support for startup notification to SDL? This would enable apps using SDL to show a "busy" cursor while loading, providing a little bit of feedback to the user. GTK+ (and supposedly Qt) already make use of this.

The spec:
http://freedesktop.org/wiki/Specifications/startup-notification-spec

Reference implementation:
http://www.freedesktop.org/wiki/Software/startup-notification
Comment 1 Sam Lantinga 2009-09-26 15:11:15 UTC
Yep, that's not a bad idea for SDL 1.3.
Comment 2 Sam Lantinga 2010-07-18 01:16:28 UTC
This is a complicated enough protocol that we won't be adding this for the SDL 1.3 release.  If it's something you'd really like to see sooner, you're welcome to submit a patch.

Thanks for the heads up though!