cvsimport

This commit is contained in:
okan
2011-09-13 09:17:30 +00:00
5 changed files with 30 additions and 9 deletions

View File

@@ -192,6 +192,9 @@ xev_handle_propertynotify(XEvent *ee)
case XA_WM_NAME:
client_setname(cc);
break;
case XA_WM_TRANSIENT_FOR:
client_transient(cc);
break;
default:
/* do nothing */
break;