AWT/Swing merge from GNU Classpath.
From-SVN: r56147
This commit is contained in:
committed by
Bryce McKinlay
parent
097684ce62
commit
7bde45b2eb
@@ -312,7 +312,10 @@ public class MemoryImageSource implements ImageProducer
|
||||
int scansize)
|
||||
|
||||
{
|
||||
// FIXME
|
||||
if( animated == true )
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void newPixels(int newpix[],
|
||||
@@ -321,7 +324,10 @@ public class MemoryImageSource implements ImageProducer
|
||||
int scansize)
|
||||
|
||||
{
|
||||
// FIXME
|
||||
if( animated == true )
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user