Replaced a few single-line "//" comments.

This commit is contained in:
Ryan C. Gordon
2017-01-07 17:09:14 -05:00
parent e25f4e507d
commit 61a3ba303c
6 changed files with 8 additions and 9 deletions

View File

@@ -506,7 +506,7 @@ SDL_Fcitx_UpdateTextRect(SDL_Rect *rect)
#endif
if (cursor->x == -1 && cursor->y == -1 && cursor->w == 0 && cursor->h == 0) {
// move to bottom left
/* move to bottom left */
int w = 0, h = 0;
SDL_GetWindowSize(focused_win, &w, &h);
cursor->x = 0;