summaryrefslogtreecommitdiffstats
path: root/java/src/com/tigervnc/decoder/common/Repaintable.java
blob: de11f4c84694a0e06a9a394e85b5821749f33e62 (plain)
1
2
3
4
5
6
7
package com.tightvnc.decoder.common;

public interface Repaintable {

  public void scheduleRepaint(int x, int y, int w, int h);

}