X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=db6d3a99a7ab281f85e827c22195e3d730f07e15;hp=074079eed9db6b3f301f7801e476301b67c92171;hb=bbec33ce1a15b555a737f2fefe7bdfb6a8881705;hpb=699103e6e9de1b060c80c63326f1782b45dd8f73 diff --git a/src/util/window.h b/src/util/window.h index 074079e..db6d3a9 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -32,6 +32,7 @@ int window_get_monitor (Window win); Window window_get_active (); void get_text_size(PangoFontDescription *font, int *height_ink, int *height, int panel_height, char *text, int len); +void get_text_size2(PangoFontDescription *font, int *height_ink, int *height, int *width, int panel_height, int panel_with, char *text, int len); #endif