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