cosmetic fix: looks like a copyNpaste issue
This commit is contained in:
parent
26c1cd0cee
commit
6ecfa0ef3e
1 changed files with 0 additions and 7 deletions
|
@ -254,15 +254,8 @@ void XmbFontImp::drawText(const FbDrawable &d, int screen, GC main_gc, const cha
|
|||
XCopyGC(dpy, main_gc, GCForeground|GCBackground, my_gc);
|
||||
|
||||
// vertical or upside down
|
||||
|
||||
XSetFillStyle(dpy, my_gc, FillStippled);
|
||||
|
||||
// vertical or upside down
|
||||
|
||||
XSetFillStyle(dpy, my_gc, FillStippled);
|
||||
|
||||
XSetStipple(dpy, my_gc, canvas.drawable());
|
||||
|
||||
XSetTSOrigin(dpy, my_gc, 0, 0);
|
||||
|
||||
XFillRectangle(dpy, d.drawable(), my_gc, 0, 0,
|
||||
|
|
Loading…
Reference in a new issue