| src/Client.cc | |
| 67 | @@ -67,6 +67,10 @@ |
| 67 | _wm_hints_input(true), _cfg_request_lock(false), |
| 68 | _shaped(false), _extended_net_name(false) |
| 69 | { |
| 70 | // PWinObj attributes, required by validate etc. |
| 71 | _window = new_client; |
| 72 | _type = WO_CLIENT; |
| 73 | |
| 74 | // Construct the client |
| 75 | PScreen::instance()->grabServer(); |
| 76 | if (! validate() || ! getAndUpdateWindowAttributes()) { |
| ... | |
| 78 | @@ -74,10 +78,6 @@ |
| 78 | return; |
| 79 | } |
| 80 | |
| 77 | // PWinObj attributes |
| 78 | _window = new_client; |
| 79 | _type = WO_CLIENT; |
| 80 | |
| 85 | // Get unique Client id |
| 86 | _id = findClientID(); |
| 87 | _title.setId(_id); |
| ... | |