Project

General

Profile

« Previous | Next » 

Revision 09ab7524

Added by Leszek Koltunski over 7 years ago

Introduce 3 types of Surfaces: System, Tree, User

View differences:

src/main/java/org/distorted/library/DistortedScreen.java
46 46
    {
47 47
    // set color to 'DONT_CREATE' so that Screens will not get added to the Surface lists
48 48
    // set depth to 'CREATED' so that depth will be, by default, on.
49
    super(0,0,DONT_CREATE,CREATED,0,false);
49
    super(0,0,DONT_CREATE,CREATED,0,TYPE_USER);
50 50
    }
51 51
  }

Also available in: Unified diff