*** empty log message ***

This commit is contained in:
Elias Naur 2004-05-10 21:50:54 +00:00
parent 60c4e0a778
commit dd8c6e8a42
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ static void createWindow(JNIEnv* env, int screen, XVisualInfo *vis_info, jstring
attribs.background_pixel = 0xFF000000;
attribmask = CWColormap | CWBackPixel | CWEventMask;
if (fullscreen || undecorated) {
printf("Depth: %d\n", vis_info->depth);
attribmask |= CWOverrideRedirect;
attribs.override_redirect = True;
}