Hi,

[ X-Debbugs-CC set to upstream author as this is not debian specific issu=
e. ]

This problem seems to be caused by the following code fragment:

if (!appres.debug && key_box[first_row] != None) {
  if (appres.keypad) {
    XtVaGetValues(key_box[1], XtNwidth, &max_dwd, NULL);
  } else {
    max_dwd = 0;
    for (row = first_row; row < appres.num_key_rows; row++) {
      XtVaGetValues(key_box[row], XtNwidth, &dwd, NULL);
      if (max_dwd < dwd) max_dwd = dwd;
    }
  }
  for (row = first_row; row < appres.num_key_rows; row++) {
    XtVaSetValues(key_box[row], XtNwidth, max_dwd, NULL);
  }
}

Any idea why appres.debug is used here to change the visual layout of
the keyboard?

best regards,
Timo Lindfors



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to