X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=ba5a03ea15cfdee8f52fa6f66b4b3113dfd17177;hb=d78ae0546dae17eda6084a1bd33e63637ba802e5;hp=4e6fc325726f7a97a2ece5abcafeb89baca77727;hpb=163950b23bf796a39870044417ca54d667b6b470;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 4e6fc325..ba5a03ea 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -64,4 +64,8 @@ gboolean event_time_after(Time t1, Time t2); Time event_get_server_time(void); +/*! Given a possible target client, returns what the target client really + should be for actions */ +struct _ObClient* event_target_client(struct _ObClient *client); + #endif