parser: also skip 'section' ELEMENT

It's for geometry only.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-02-25 17:00:53 +02:00 committed by Daniel Stone
parent 35657c660a
commit b36d5b23d2
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ Element : ACTION_TOK
| INDICATOR
{ $$ = xkb_atom_intern(param->ctx, "indicator"); }
| SHAPE
{ $$ = xkb_atom_intern(param->ctx, "shape"); }
{ $$ = XKB_ATOM_NONE; }
| ROW
{ $$ = XKB_ATOM_NONE; }
| SECTION