]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
rendering fixups for submenu bullets
[chaz/openbox] / openbox / client.h
index 954b7424acece579c27ccacde16fc8736d22b7df..dba6786e48dda7f393a31fa2b9bb789573def4f0 100644 (file)
@@ -460,6 +460,9 @@ ObClient *client_search_transient(ObClient *self, ObClient *search);
 /*! Return the "closest" client in the given direction */
 ObClient *client_find_directional(ObClient *c, ObDirection dir);
 
+/*! Return the closest edge in the given direction */
+int client_directional_edge_search(ObClient *c, ObDirection dir);
+
 /*! 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>
This page took 0.025452 seconds and 4 git commands to generate.