X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fx.h;fp=include%2Fx.h;h=f1fa7e6a7dc3d690bbdb4a5dcc457a5bd568331a;hb=103ab83131d30614ea9337e752548a834773bfc6;hp=b6bb4a5283702dd2f0110f2122b2d28574f77710;hpb=2fe2e005a09df96fa2d2e4b3ac2c5535996a7243;p=i3%2Fi3 diff --git a/include/x.h b/include/x.h index b6bb4a52..f1fa7e6a 100644 --- a/include/x.h +++ b/include/x.h @@ -93,12 +93,8 @@ void x_push_changes(Con *con); * Raises the specified container in the internal stack of X windows. The * next call to x_push_changes() will make the change visible in X11. * - * If above_all is true, the X11 window will be raised to the top - * of the stack. This should only be used for precisely one fullscreen - * window per output. - * */ -void x_raise_con(Con *con, bool above_all); +void x_raise_con(Con *con); /** * Sets the WM_NAME property (so, no UTF8, but used only for debugging anyways)