|
|
@ -1336,7 +1336,6 @@ void TQWidget::setIcon( const TQPixmap &pixmap )
|
|
|
|
int r = int( tqRed( l ) );
|
|
|
|
int r = int( tqRed( l ) );
|
|
|
|
int g = int( tqGreen( l ) );
|
|
|
|
int g = int( tqGreen( l ) );
|
|
|
|
int b = int( tqBlue( l ) );
|
|
|
|
int b = int( tqBlue( l ) );
|
|
|
|
ls[x] = tqRgb( r, g, b );
|
|
|
|
|
|
|
|
XSetForeground(x11Display(), gc, (r << 16) | (g << 8) | b );
|
|
|
|
XSetForeground(x11Display(), gc, (r << 16) | (g << 8) | b );
|
|
|
|
XDrawPoint(x11Display(), pmHandle, gc, x, y);
|
|
|
|
XDrawPoint(x11Display(), pmHandle, gc, x, y);
|
|
|
|
}
|
|
|
|
}
|
|
|
|