mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
597 B
Plaintext
14 lines
597 B
Plaintext
$NetBSD: patch-aj,v 1.1 2007/10/09 11:09:23 rillig Exp $
|
|
|
|
--- Scrollbar.c.orig 1996-11-26 10:07:53.000000000 +0100
|
|
+++ Scrollbar.c 2007-10-09 12:49:11.000000000 +0200
|
|
@@ -1086,7 +1086,7 @@ static void Realize (w, valueMask, attri
|
|
}
|
|
if(((ScrollbarWidget)sbw)->scrollbar.thumbpixmap != None)
|
|
{
|
|
- (Pixmap *)((ScrollbarWidget)sbw)->scrollbar.thumbpix =
|
|
+ ((ScrollbarWidget)sbw)->scrollbar.thumbpix =
|
|
InsertPixmap(sbw, ((ScrollbarWidget)sbw)->scrollbar.thumbpixmap,
|
|
((ScrollbarWidget)sbw)->simple.pixdir);
|
|
if((Pixmap)*sbw->scrollbar.thumbpix == (Pixmap)NULL)
|