]> git.sur5r.net Git - i3/i3/blobdiff - include/xcb.h
Consolidate all convert_* functions into libi3.
[i3/i3] / include / xcb.h
index 01e2b66728ec28b022e6eaa7b5308b78b9dd2f5e..a1bd22fae27cfff11bbac408ce77c62ceaa17024 100644 (file)
@@ -99,7 +99,7 @@ void xcb_raise_window(xcb_connection_t *conn, xcb_window_t window);
  * real length (amount of glyphs) using the given font.
  *
  */
-int predict_text_width(char *text, int length);
+int predict_text_width(const xcb_char2b_t *text, int length);
 
 /**
  * Configures the given window to have the size/position specified by given rect