GCallie
GCallie

Reputation: 413

Zorder of windows on dual monitors

The z-order of a window indicates the window's position in a stack of overlapping windows.

If you work with dual monitors, does each monitor have it's own z-order?

Upvotes: 1

Views: 136

Answers (2)

CJBS
CJBS

Reputation: 15695

No. It's possible that a window may exist on both monitors simultaneously, so the z-order is for the entire desktop.

Upvotes: 1

Sneftel
Sneftel

Reputation: 41513

No. Having separate Z-orders per monitor would make it difficult to get reasonable results when moving windows between monitors, or when windows overlapped multiple monitors. There is a single desktop-wide Z-order.

Upvotes: 3

Related Questions