--- ./t/lib/os2_process.t-pre	Sun Jul 27 04:01:02 2003
+++ ./t/lib/os2_process.t	Sun Jul 27 06:23:00 2003
@@ -328,6 +328,9 @@ ok $my_pos, 'got my position';
   ok WindowPos_set($k_hwnd, @ppos[0..5]), 'restore the kid position';
   my @nkpos = WindowPos $k_hwnd;
   my $fl = $nkpos[2];
+
+  # Sometimes x-coord (pos[0]) is off by 2???
+  # print STDERR "# ppos: [@ppos[0..5]], npos [@nkpos[0..5]]\n";
   is_deeply([@ppos[0..5]], [@nkpos[0..5]], 'position restored');
   ok IsWindowShowing $k_hwnd, 'kid is showing';
   ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
