[PATCH] wmaker: fix titlebar glitch issues with modelock
3 views
Skip to first unread message
david.m...@gmail.com
unread,
Feb 8, 2026, 5:36:43 PMFeb 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Window Maker Development
This patch is fixing 2 issues with the modelock language pixmap located in the titlebar.
If wmaker is compiled with modelock support but modelock is disabled from the expert preferences, dialog windows like run command or exit will not show the language pixmap but will show empty frame borders.
When modelock is enabled from the expert preferences, it needs a warm restart for the titlebars to be updated with the language pixmap. If afterwards, modelock is disabled from the expert preferences, any old windows that is gettting focus will be repainted and the language pixmap will be destroyed but the empty frame borders will still be present. Now to fully disable modelock for existing opened windows, wmaker needs a warm restart. --- src/framewin.c | 2 +- src/window.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)