Transparent glutSolidCube ???

i tried to use glutSolifCube and enabled GL_DEPTH_TEST, but still my cube is transparent. why??

transparent or wireframe? if transparent, try glDisable(GL_BLEND). if wireframe, try glPolygonMode(GL_FRONT, GL_FILL).

jebus