This commit is contained in:
rhp
2001-06-17 19:53:45 +00:00
parent e84267ed3c
commit 59513231a5
14 changed files with 182 additions and 499 deletions

View File

@ -1009,6 +1009,13 @@ meta_frame_event (MetaFrame *frame,
case ConfigureNotify:
break;
case ConfigureRequest:
{
/* This is a request from the UISlave, or else a client
* that's completely out of line. We call
* meta_window_move_resize() using this information.
*/
}
break;
case GravityNotify:
break;