|
Laxkit
0.0.7.1
|
Wrapper for areas of a screen that need redrawing. More...

Public Member Functions | |
| ScreenEventData (int xx, int yy, int ww, int hh) | |
Public Member Functions inherited from Laxkit::EventData | |
| EventData (const char *message, unsigned long fromwindow=0, unsigned long towindow=0) | |
| EventData (int message, unsigned long fromwindow=0, unsigned long towindow=0) | |
Public Attributes | |
| int | x |
| int | y |
| int | width |
| int | height |
Public Attributes inherited from Laxkit::EventData | |
| unsigned long | type |
| unsigned long | subtype |
| char * | send_message |
| unsigned long | from |
| unsigned long | to |
| int | propagate |
| clock_t | send_time |
| unsigned long | xlib_time |
| EventData * | next |
Wrapper for areas of a screen that need redrawing.
Passed to anXWindow::ExposeChange().