mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
- Fixed labels not to display '\n' as a character if multiple '\n' are passed
- Fixed Legal Panel not to display rectangles in place of new lines. - Removed some obsoleted/unused files from cvs - Fixed a bug with Sloppy focus when changing workspaces (from a debian user bug report/patch)
This commit is contained in:
@@ -178,8 +178,10 @@ wSetFocusTo(WScreen *scr, WWindow *wwin)
|
||||
napp = wApplicationOf(wwin->main_window);
|
||||
|
||||
/* remember last workspace where the app has been */
|
||||
if (napp)
|
||||
napp->last_workspace = wwin->screen_ptr->current_workspace;
|
||||
if (napp) {
|
||||
/*napp->last_workspace = wwin->screen_ptr->current_workspace;*/
|
||||
napp->last_workspace = wwin->frame->workspace;
|
||||
}
|
||||
|
||||
if (wwin->flags.mapped && !WFLAGP(wwin, no_focusable)) {
|
||||
/* install colormap if colormap mode is lock mode */
|
||||
|
||||
Reference in New Issue
Block a user