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 105 - Missing window menu
Summary: Missing window menu
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.0
Hardware: x86 Windows (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 01:23 UTC by Sam Lantinga
Modified: 2006-06-24 01:39 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 Sam Lantinga 2006-01-29 01:23:26 UTC
If you alt-tab away from a fullscreen SDL window, then right click on the icon in the taskbar, you won't get a menu of window actions... ?

Tested with 1.2.10 CVS code 1/28/2006
Comment 1 Sam Lantinga 2006-06-24 01:08:36 UTC
According to the MSDN documetation, the system menu is not available to windows without a caption.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/msdn_styles32.asp

Sure enough, running testwm -noframe gives a window without a system menu.
Comment 2 Sam Lantinga 2006-06-24 01:39:19 UTC
I haven't found any way that the application can detect a taskbar icon click and show a menu.  Patches welcome!