X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FX11.cc;h=53e20dee7aaf4b134b2178e21bdca3dc8d82a2c3;hp=004d2a34392c543343232cb488f1dbbce72475dc;hb=a6c4f7b784acf2269c33188982b0d479cc11a0f4;hpb=15801ed8984e7463b3fbe517e13d86cd08db9b15 diff --git a/src/org/ibex/plat/X11.cc b/src/org/ibex/plat/X11.cc index 004d2a3..53e20de 100644 --- a/src/org/ibex/plat/X11.cc +++ b/src/org/ibex/plat/X11.cc @@ -397,7 +397,7 @@ void org::ibex::plat::X11$X11Surface::natInit() { XTextProperty tp; tp.value = (unsigned char*)"Ibex"; - tp.nitems = 3; + tp.nitems = 4; tp.encoding = XA_STRING; tp.format = 8; XSetTextProperty(display, (*((Window*)window)), &tp, XA_WM_CLASS);