mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
fixed bug with icons of different sizes
made Apply work in window inspector for windows with no WM_CLASS
This commit is contained in:
@@ -1092,7 +1092,7 @@ static void
|
||||
handleLeaveNotify(XEvent *event)
|
||||
{
|
||||
WObjDescriptor *desc = NULL;
|
||||
|
||||
|
||||
if (XFindContext(dpy, event->xcrossing.window, wWinContext,
|
||||
(XPointer *)&desc)!=XCNOENT) {
|
||||
if(desc->handle_leavenotify)
|
||||
|
||||
Reference in New Issue
Block a user