diff options
author | okan | 2013-01-02 16:26:34 +0000 |
---|---|---|
committer | okan | 2013-01-02 16:26:34 +0000 |
commit | 0907a6cfbcbe286154c23e20ab13a1599851c144 (patch) | |
tree | f141b7dee22ee3b2d9c63fe9ffb2f9c753f0cd5c /calmwm.h | |
parent | bc9a040b94798d093048c2152dd03804c41e6268 (diff) | |
download | cwm-0907a6cfbcbe286154c23e20ab13a1599851c144.tar.gz |
have screen_find_xinerama() return struct geom *reliably* instead of
XineramaScreenInfo; simplifies goop around the callers.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 2 insertions, 2 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.181 2013/01/01 14:33:52 okan Exp $ + * $OpenBSD: calmwm.h,v 1.182 2013/01/02 16:26:34 okan Exp $ */ #ifndef _CALMWM_H_ @@ -372,7 +372,7 @@ void search_match_text(struct menu_q *, struct menu_q *, char *); void search_print_client(struct menu *, int); -XineramaScreenInfo *screen_find_xinerama(struct screen_ctx *, int, int); +struct geom screen_find_xinerama(struct screen_ctx *, int, int); struct screen_ctx *screen_fromroot(Window); void screen_init(struct screen_ctx *, u_int); void screen_update_geometry(struct screen_ctx *); |