diff options
Diffstat (limited to 'xserver/miext/rootless/rootless.h')
-rw-r--r-- | xserver/miext/rootless/rootless.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/miext/rootless/rootless.h b/xserver/miext/rootless/rootless.h index 00eac4e8a..dc4213f1e 100644 --- a/xserver/miext/rootless/rootless.h +++ b/xserver/miext/rootless/rootless.h @@ -444,7 +444,7 @@ void RootlessUpdateScreenPixmap(ScreenPtr pScreen); void RootlessRepositionWindows(ScreenPtr pScreen); /* - * Bring all windows to the front of the Aqua stack + * Bring all windows to the front of the native stack */ -void RootlessOrderAllWindows (void); +void RootlessOrderAllWindows (Bool include_unhitable); #endif /* _ROOTLESS_H */ |