[hafqa] [hafqa] [Bug 1141] matchbox should support new window type hints for menus
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Mar 15 15:51:35 EET 2007
- Previous message: [hafqa] [Bug 1141] matchbox should support new window type hints for menus
- Next message: [hafqa] [Bug 1141] matchbox should support new window type hints for menus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1141 ------- Additional Comments From timj at imendio.com 2007-03-15 15:51 ------- the window manager should treat the menu windows as "menus". normally, gtk would create menu windows as transient popups, but because in maemo menus should be accounted for by the window manger, menu windows are created as regular toplevel windows. so for the window manager to tell regular toplevels apart from menu toplevels, GDK_WINDOW_TYPE_HINT_MENU is used. that's a redundant unecessary addition though, because gtk also already flags the menu windows as POPUP_MENU and DROPDOWN_MENU. so once matchbox handles those hints correctly, we can get rid of the GDK_WINDOW_TYPE_HINT_MENU maemo change. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1141] matchbox should support new window type hints for menus
- Next message: [hafqa] [Bug 1141] matchbox should support new window type hints for menus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]