Go to the documentation of this file.
4 #ifndef tools_X11_simple_dispatcher
5 #define tools_X11_simple_dispatcher
18 virtual void set_size(
unsigned int a_width,
unsigned int a_height) = 0;
21 if(!
m_win)
return false;
22 if(a_event.xany.window!=
m_win)
return false;
23 if( (a_event.type==Expose) || (a_event.type==ConfigureNotify) ){
29 }
else if(a_event.type==ClientMessage) {