mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 22:04:12 +01:00
another test for cvs notifications
This commit is contained in:
@@ -306,10 +306,9 @@ paintArrow(WMScroller *sPtr, Drawable d, int part)
|
||||
gc = scr->whiteGC;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if (sPtr->flags.horizontal) {
|
||||
|
||||
/* paint button */
|
||||
#ifndef DOUBLE_BUFFER
|
||||
XFillRectangle(scr->display, d, gc,
|
||||
@@ -326,7 +325,7 @@ paintArrow(WMScroller *sPtr, Drawable d, int part)
|
||||
XSetClipOrigin(scr->display, scr->clipGC,
|
||||
ofs + (BUTTON_SIZE - arrow->width) / 2,
|
||||
2 + (BUTTON_SIZE - arrow->height) / 2);
|
||||
|
||||
|
||||
XCopyArea(scr->display, arrow->pixmap, d, scr->clipGC,
|
||||
0, 0, arrow->width, arrow->height,
|
||||
ofs + (BUTTON_SIZE - arrow->width) / 2,
|
||||
|
||||
Reference in New Issue
Block a user