comparison src/xterm.c @ 46079:b0eec47a28f2

Indentation fixes.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 28 Jun 2002 19:53:04 +0000
parents 819af351608b
children 18d1aad1c8ab
comparison
equal deleted inserted replaced
46078:8d86225b2fba 46079:b0eec47a28f2
10910 note_mouse_movement (f, &event.xmotion); 10910 note_mouse_movement (f, &event.xmotion);
10911 goto OTHER; 10911 goto OTHER;
10912 } 10912 }
10913 10913
10914 case FocusIn: 10914 case FocusIn:
10915 { 10915 {
10916 int n; 10916 int n;
10917 10917
10918 n = x_detect_focus_change (dpyinfo, &event, bufp, numchars); 10918 n = x_detect_focus_change (dpyinfo, &event, bufp, numchars);
10919 if (n > 0) 10919 if (n > 0)
10920 { 10920 {
10921 bufp += n, count += n, numchars -= n; 10921 bufp += n, count += n, numchars -= n;
10922 } 10922 }
10923 } 10923 }
10924 10924
10925 goto OTHER; 10925 goto OTHER;
10926 10926
10927 case LeaveNotify: 10927 case LeaveNotify:
10928 { 10928 {