vincent spotted these. fixed :)

SVN revision: 27035
This commit is contained in:
Carsten Haitzler 2006-11-10 15:01:25 +00:00
parent 4f7341166c
commit 18f1604ccc
1 changed files with 2 additions and 2 deletions

View File

@ -1103,10 +1103,10 @@ ecore_x_window_attributes_get(Ecore_X_Window win, Ecore_X_Window_Attributes *att
if (att.class == InputOnly) att_ret->input_only = 1;
if (att.save_under) att_ret->save_under = 1;
att_ret->event_mask.mine = att.your_event_mask;
att_ret->event_mask.all = att.your_event_mask;
att_ret->event_mask.all = att.all_event_masks;
att_ret->event_mask.no_propagate = att.do_not_propagate_mask;
att_ret->window_gravity = att.win_gravity;
att_ret->pixel_gravity = att.win_gravity;
att_ret->pixel_gravity = att.bit_gravity;
att_ret->colormap = att.colormap;
att_ret->visual = att.visual;
return 1;