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

Summary: Missing window menu
Product: SDL Reporter: Sam Lantinga <slouken>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.0   
Hardware: x86   
OS: Windows (All)   

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!