17 lines
697 B
Plaintext
17 lines
697 B
Plaintext
$OpenBSD: patch-include_xcb_h,v 1.3 2011/11/06 20:23:25 dcoppa Exp $
|
|
|
|
bugfix: send the correct X11 border_width in faked ConfigureNotifys
|
|
(upstream git commit deab3ac33864875476476093b5e835dfcce31497)
|
|
|
|
--- include/xcb.h.orig Sun Aug 28 19:48:13 2011
|
|
+++ include/xcb.h Mon Oct 31 12:44:02 2011
|
|
@@ -108,7 +108,7 @@ void xcb_draw_rect(xcb_connection_t *conn, xcb_drawabl
|
|
* The truth is, however, that we will manage them.
|
|
*
|
|
*/
|
|
-void fake_configure_notify(xcb_connection_t *conn, Rect r, xcb_window_t window);
|
|
+void fake_configure_notify(xcb_connection_t *conn, Rect r, xcb_window_t window, int border_width);
|
|
|
|
/**
|
|
* Generates a configure_notify_event with absolute coordinates (relative to
|