projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9933885
)
comment the client_search_transient function
author
Dana Jansens
<danakj@orodu.net>
Fri, 26 Sep 2003 06:49:45 +0000
(06:49 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 26 Sep 2003 06:49:45 +0000
(06:49 +0000)
openbox/client.h
patch
|
blob
|
history
diff --git
a/openbox/client.h
b/openbox/client.h
index 12674b819749a204f897891ca711bbc4a955372d..3b3c78f70991c32662cd78200c46216ad2965947 100644
(file)
--- a/
openbox/client.h
+++ b/
openbox/client.h
@@
-505,6
+505,8
@@
ObClient *client_search_modal_child(ObClient *self);
ObClient *client_search_top_transient(ObClient *self);
+/*! Search for a transient of a client. The transient is returned if it is one,
+ NULL is returned if the given search is not a transient of the client. */
ObClient *client_search_transient(ObClient *self, ObClient *search);
/*! Return the "closest" client in the given direction */