]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.h
cleanup : Area posx/posy managed by layering engine (area.c)
[chaz/tint2] / src / util / window.h
index 074079eed9db6b3f301f7801e476301b67c92171..db6d3a99a7ab281f85e827c22195e3d730f07e15 100644 (file)
@@ -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
This page took 0.018428 seconds and 4 git commands to generate.