Searched defs:Memlayer (Results 1 – 2 of 2) sorted by relevance
14 struct Memlayer struct16 Rectangle screenr; /* true position of layer on screen */17 Point delta; /* add delta to go from image coords to screen */18 Memscreen *screen; /* screen this layer belongs to */19 Memimage *front; /* window in front of this one */20 Memimage *rear; /* window behind this one*/21 int clear; /* layer is fully visible */22 Memimage *save; /* save area for obscured parts */23 Refreshfn refreshfn; /* function to call to refresh obscured parts if save==nil */24 void *refreshptr; /* argument to refreshfn */
6 typedef struct Memlayer Memlayer; typedef