Oops - Somebody left an XSynchronize in there (bad kwo).

SVN revision: 28804
This commit is contained in:
Kim Woelders 2007-03-18 22:44:17 +00:00
parent 57ec0d1a09
commit fdb657042e
1 changed files with 0 additions and 1 deletions

View File

@ -439,7 +439,6 @@ Epplet_Init(char *name,
fprintf(stderr, "Epplet Error: Cannot open display\n");
exit(1);
}
XSynchronize(disp, True);
imlib_context_set_display(disp);
imlib_context_set_visual(DefaultVisual(disp, DefaultScreen(disp)));