]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs...
[chaz/openbox] / openbox / client.h
index 5f654d7eb35a5e15c1b4d6a25a25cc99e1d17825..9702bb198bec38544fbb25937ca9e5fe8e9b62a4 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    client.h for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -574,7 +575,7 @@ ObClient *client_search_transient(ObClient *self, ObClient *search);
 ObClient *client_find_directional(ObClient *c, ObDirection dir);
 
 /*! Return the closest edge in the given direction */
-gint client_directional_edge_search(ObClient *c, ObDirection dir);
+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>
This page took 0.022845 seconds and 4 git commands to generate.