Skip to content

Commit

Permalink
Merge pull request #19 from raboof/providers
Browse files Browse the repository at this point in the history
Providers xidtype
  • Loading branch information
stapelberg committed Jan 5, 2015
2 parents 221fdd4 + dbc97fe commit d5cf04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interceptor/_GenerateDissectors.pl
Expand Up @@ -37,7 +37,7 @@
sub field_size {
my ($type) = @_;

my @xids = qw(WINDOW DRAWABLE ATOM PIXMAP CURSOR FONT GCONTEXT COLORMAP FONTABLE KEYSYM MODE CRTC OUTPUT);
my @xids = qw(WINDOW DRAWABLE ATOM PIXMAP CURSOR FONT GCONTEXT COLORMAP FONTABLE KEYSYM MODE CRTC OUTPUT PROVIDER);
if ($type ~~ @xids || $type eq 'CARD32' || $type eq 'VISUALID' || $type eq 'TIMESTAMP') {
return (L => 4);
}
Expand Down

0 comments on commit d5cf04a

Please sign in to comment.