]> git.sur5r.net Git - i3/i3/blobdiff - include/xcb.h
Enhance libi3 and use it in i3bar.
[i3/i3] / include / xcb.h
index a1bd22fae27cfff11bbac408ce77c62ceaa17024..8c7d5422b79c083ccbd312c05176c00b2f45db30 100644 (file)
@@ -94,13 +94,6 @@ void send_take_focus(xcb_window_t window);
  */
 void xcb_raise_window(xcb_connection_t *conn, xcb_window_t window);
 
-/**
- * Calculate the width of the given text (16-bit characters, UCS) with given
- * real length (amount of glyphs) using the given font.
- *
- */
-int predict_text_width(const xcb_char2b_t *text, int length);
-
 /**
  * Configures the given window to have the size/position specified by given rect
  *