all repos — openbox @ 0064695d59a558b3b2444418b68a4c9c89956d79

openbox fork - make it a bit more like ryudo

xhtml..
Dana Jansens danakj@orodu.net
commit

0064695d59a558b3b2444418b68a4c9c89956d79

parent

e0409cd7940c136897ddf31e92fe5fdde4bee003

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M openbox/client.hopenbox/client.h

@@ -464,6 +464,9 @@ unshaded.

*/ void client_shade(ObClient *self, gboolean shade); +/*! Set a client window to have decorations or not */ +void client_set_undecorated(ObClient *self, gboolean undecorated); + /*! Hilite the window to make the user notice it */ void client_hilite(ObClient *self, gboolean hilite);

@@ -657,14 +660,11 @@ /*! Return the closest edge in the given direction */

gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang); /*! Set a client window to be above/below other clients. - @layer < 0 indicates the client should be placed below other clients.<br> - = 0 indicates the client should be placed with other clients.<br> + @layer < 0 indicates the client should be placed below other clients.<br /> + = 0 indicates the client should be placed with other clients.<br /> > 0 indicates the client should be placed above other clients. */ void client_set_layer(ObClient *self, gint layer); - -/*! Set a client window to have decorations or not */ -void client_set_undecorated(ObClient *self, gboolean undecorated); guint client_monitor(ObClient *self);