mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
Minor menu stack fix
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
0.6.0
|
||||
Minor menu stack fix.
|
||||
Fixed labels on translucent windows.
|
||||
Fixed version number in .pc file.
|
||||
Fixed spurious enter/exit callbacks when clicking gadget.
|
||||
|
||||
@ -633,6 +633,7 @@ void LFSTK_windowClass::LFSTK_setKeepAbove(bool set)
|
||||
xclient.data.l[1] =xa1;
|
||||
xclient.data.l[2]=0;
|
||||
XSendEvent(this->app->display,this->app->rootWindow,False,SubstructureRedirectMask | SubstructureNotifyMask,(XEvent *)&xclient);
|
||||
XRaiseWindow(this->app->display,this->window);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user