mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: cov 175166, check for pointer
This commit is contained in:
parent
acc3d8868a
commit
4fc13a6e27
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ EmbeddedClientRegister (ControlData * control_data,
|
|||
{
|
||||
embedded_client->pCD->pECD = (void *) embedded_client;
|
||||
|
||||
if (XtParent(control_data->icon) ==
|
||||
if (control_data->icon && XtParent(control_data->icon) ==
|
||||
XtParent(embedded_client->wControl) &&
|
||||
remove_y < embedded_client->y)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue