ggiWmhSetTitle - Set the window title
#include <ggi/wmh.h> int ggiWmhSetTitle(ggi_visual_t vis, const char *title);
ggiWmhSetTitle sets a new title to the window.
ggiWmhSetTitle returns 0 for success, otherwise an ggi-error(3) code on failure.
ggiWmhMove(3)