[AD] [ alleg-Bugs-3052372 ] multiple windows shouldn't cause multiple taskbar entries |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: noreply@xxxxxxxxxx
- Subject: [AD] [ alleg-Bugs-3052372 ] multiple windows shouldn't cause multiple taskbar entries
- From: "SourceForge.net" <noreply@xxxxxxxxxx>
- Date: Wed, 25 Aug 2010 22:43:31 +0000
Bugs item #3052372, was opened at 2010-08-24 12:48
Message generated for change (Comment added) made by dacap
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105665&aid=3052372&group_id=5665
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core Library
Group: 4.9
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Elias Pschernig (elias)
Assigned to: Nobody/Anonymous (nobody)
Summary: multiple windows shouldn't cause multiple taskbar entries
Initial Comment:
See http://www.allegro.cc/forums/thread/604938 for the user report.
----------------------------------------------------------------------
Comment By: David Capello (dacap)
Date: 2010-08-25 19:43
Message:
I think what is missing is the ability to specify a "parent display" for a
new display. E.g.:
ALLEGRO_DISPLAY *root_frame = al_create_display(320, 240);
ALLEGRO_DISPLAY *dialog = al_create_child_display(root_frame, 40, 40);
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105665&aid=3052372&group_id=5665