diff options
author | okan | 2011-09-13 08:41:57 +0000 |
---|---|---|
committer | okan | 2011-09-13 08:41:57 +0000 |
commit | 49ed7ec7f6a405208cc11e0f98a4455df6707d13 (patch) | |
tree | 0f7d22da581d049aebc24feffae8c53e739487e5 /calmwm.h | |
parent | db10c1c1a927983fc1a37dff141f42fb0a3cbad6 (diff) | |
download | cwm-49ed7ec7f6a405208cc11e0f98a4455df6707d13.tar.gz |
add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to
the group of the main application window; based on a diff from Alexander
Polakov with CLIENT_IGNORE flag suggestion from oga@.
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.141 2011/09/08 12:35:33 okan Exp $ + * $OpenBSD: calmwm.h,v 1.142 2011/09/13 08:41:57 okan Exp $ */ #ifndef _CALMWM_H_ @@ -328,6 +328,7 @@ void client_send_delete(struct client_ctx *); void client_setactive(struct client_ctx *, int); void client_setname(struct client_ctx *); int client_snapcalc(int, int, int, int, int); +void client_transient(struct client_ctx *); void client_unhide(struct client_ctx *); void client_vertmaximize(struct client_ctx *); void client_warp(struct client_ctx *); |