]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.c
*fix* minor bugfixes
[chaz/tint2] / src / util / window.c
index caa293438e8cab0ab11a704048beaad5745b8dab..285d525d8e15edbddf23964978ddbd724cafd4a7 100644 (file)
@@ -88,7 +88,7 @@ int window_is_hidden (Window win)
                }
                if (at[i] == server.atom._NET_WM_STATE_MODAL) {
                        // do not add modal windows if the transient window is already in the taskbar
-                       if ( XGetTransientForHint(server.dsp, win, &window) && task_get_task(window) ) {
+                       if ( XGetTransientForHint(server.dsp, win, &window) && task_get_tasks(window) ) {
                                XFree(at);
                                return 1;
                        }
This page took 0.021163 seconds and 4 git commands to generate.