winex11.drv: wintab: Add a missing break.

This commit is contained in:
Mikolaj Zalewski 2007-09-19 11:03:46 -07:00 committed by Alexandre Julliard
parent b0d1590def
commit 704a56864d
1 changed files with 1 additions and 1 deletions

View File

@ -812,8 +812,8 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
default:
FIXME("WTI_INTERFACE unhandled index %i\n",nIndex);
rc = 0;
}
break;
case WTI_DEFSYSCTX:
case WTI_DDCTXS:
case WTI_DEFCONTEXT: