We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c5382 commit de7d322Copy full SHA for de7d322
xlib/freetype.c
@@ -45,8 +45,6 @@ Picture loadglyphpic(uint8_t *data, int width, int height, int pitch, _Bool no_s
45
XImage *img;
46
47
if(no_subpixel) {
48
- pixmap = XCreatePixmap(display, window, width, height, 8);
49
-
50
pixmap = XCreatePixmap(display, window, width, height, 8);
51
img = XCreateImage(display, CopyFromParent, 8, ZPixmap, 0, (char*)data, width, height, 8, 0);
52
legc = XCreateGC(display, pixmap, 0, NULL);
0 commit comments