mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
Bugfix: Fixes #217, Taskbar button switching stops working when a Mono or WINE program is open
This commit is contained in:
@@ -44,9 +44,8 @@ static void wnck_window_unminimize_now(
|
||||
WinTCWndMgmtWindow* window
|
||||
)
|
||||
{
|
||||
// FIXME: This throws a warning because we use 0 or GDK_CURRENT_TIME where
|
||||
// it expects an X11 timestamp - it works and I can't be bothered to
|
||||
// resolve this right now
|
||||
//
|
||||
p_wnck_window_unminimize(window, 0);
|
||||
p_wnck_window_unminimize(
|
||||
window,
|
||||
(guint32) (g_get_monotonic_time() / 1000)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user