1 //
   2 //
   3 // This file is used for automated generation of java classes to wrap native structures.
   4 // The detail on format of this file see WrapperGenerator.java
   5 //
   6 // WARNING: if you modified this file, you need to regenerate sizes.64-solaris-i386
   7 //
   8 
   9 XExtData
  10     number      int
  11     next pointer XExtData
  12     free_private pointer
  13     private_data        pointer
  14 XIMText
  15     length      short
  16     feedback    pointer
  17     encoding_is_wchar   Bool
  18     string pointer
  19 XSetWindowAttributes
  20     background_pixmap   long
  21     background_pixel    long
  22     border_pixmap       long
  23     border_pixel        long
  24     bit_gravity         int
  25     win_gravity         int
  26     backing_store       int
  27     backing_planes      long
  28     backing_pixel       long
  29     save_under          Bool
  30     event_mask          long
  31     do_not_propagate_mask       long
  32     override_redirect   Bool
  33     colormap            long
  34     cursor              long
  35 Visual
  36     ext_data    pointer XExtData
  37     visualid    long
  38     class       int
  39     red_mask    long
  40     green_mask  long
  41     blue_mask   long
  42     bits_per_rgb        int
  43     map_entries int
  44 Depth
  45     depth       int
  46     nvisuals    int
  47     visuals   pointer Visual
  48 XClassHint
  49     res_name    pointer
  50     res_class   pointer
  51 XIMPreeditCaretCallbackStruct
  52     position    int
  53     direction int
  54     style     int
  55 XmbTextItem
  56     chars       pointer byte
  57     nchars      int
  58     delta       int
  59     font_set    pointer
  60 XStandardColormap
  61     colormap    long
  62     red_max     long
  63     red_mult    long
  64     green_max   long
  65     green_mult  long
  66     blue_max    long
  67     blue_mult   long
  68     base_pixel  long
  69     visualid    long
  70     killid      long
  71 XIMCallback
  72     client_data pointer
  73     callback    pointer
  74 XKeyboardState
  75     key_click_percent   int
  76     bell_percent        int
  77     bell_pitch          int
  78     bell_duration       int
  79     led_mask            long
  80     global_auto_repeat  int
  81     auto_repeats        array byte 32
  82 XCirculateEvent
  83     type        int
  84     serial      long
  85     send_event  Bool
  86     display long
  87     event       long
  88     window      long
  89     place       int
  90 XWMHints
  91     flags       long
  92     initial_state       int
  93     icon_pixmap pointer
  94     icon_window long
  95     icon_x      int
  96     icon_y      int
  97     icon_mask long
  98     input       Bool
  99     window_group long
 100 XCrossingEvent
 101     type        int
 102     serial      long
 103     send_event  Bool
 104     display     long
 105     window      long
 106     root        long
 107     subwindow   long
 108     time        ulong
 109     x   int
 110     y   int
 111     x_root      int
 112     y_root      int
 113     mode        int
 114     detail      int
 115     same_screen Bool
 116     focus       Bool
 117     state       int
 118 XIMStringConversionText
 119     length      short
 120     feedback    pointer
 121     encoding_is_wchar   Bool
 122     string      pointer
 123 XKeymapEvent
 124     type        int
 125     serial      long
 126     send_event  Bool
 127     display     long
 128     window      long
 129     key_vector  array byte 32
 130 XDestroyWindowEvent
 131     type        int
 132     serial      long
 133     send_event  Bool
 134     display     long
 135     event       long
 136     window      long
 137 XComposeStatus
 138     compose_ptr pointer
 139     chars_matched       int
 140 XTextItem
 141     chars       pointer
 142     nchars      int
 143     delta       int
 144     font        long
 145 XIMStringConversionCallbackStruct
 146     position    short
 147     direction     int
 148     operation   short
 149     factor      short
 150     text          pointer XIMStringConversionText
 151 XOMFontInfo
 152     num_font    int
 153     font_struct_list pointer
 154     font_name_list      pointer
 155 XClientMessageEvent
 156     type        int
 157     serial      long
 158     send_event  Bool
 159     display     long
 160     window      long
 161     message_type        Atom
 162     format      int
 163     data        array long 5
 164 XMapRequestEvent
 165     type        int
 166     serial      long
 167     send_event  Bool
 168     display     long
 169     parent      long
 170     window      long
 171 XSelectionEvent
 172     type        int
 173     serial      long
 174     send_event  Bool
 175     display     long
 176     requestor   long
 177     selection   Atom
 178     target      Atom
 179     property    Atom
 180     time        ulong
 181 XVisibilityEvent
 182     type        int
 183     serial      long
 184     send_event  Bool
 185     display     long
 186     window      long
 187     state       int
 188 XConfigureRequestEvent
 189     type        int
 190     serial      long
 191     send_event  Bool
 192     display     long
 193     parent      long
 194     window      long
 195     x   int
 196     y   int
 197     width       int
 198     height      int
 199     border_width        int
 200     above       long
 201     detail      int
 202     value_mask  long
 203 Screen
 204     ext_data pointer XExtData
 205     display pointer
 206     root        long
 207     width       int
 208     height      int
 209     mwidth      int
 210     mheight     int
 211     ndepths     int
 212     depths pointer Depth
 213     root_depth  int
 214     root_visual pointer Visual
 215     default_gc  long
 216     cmap        long
 217     white_pixel long
 218     black_pixel long
 219     max_maps    int
 220     min_maps    int
 221     backing_store       int
 222     save_unders Bool
 223     root_input_mask     long
 224 XTextProperty
 225     value       pointer byte
 226     encoding    long
 227     format      int
 228     nitems      long
 229 XWindowChanges
 230     x   int
 231     y   int
 232     width       int
 233     height      int
 234     border_width        int
 235     sibling     long
 236     stack_mode  int
 237 XVisualInfo
 238     visual      pointer
 239     visualid    long
 240     screen      int
 241     depth       int
 242     class       int
 243     red_mask    long
 244     green_mask  long
 245     blue_mask   long
 246     colormap_size       int
 247     bits_per_rgb        int
 248 XIMHotKeyTrigger
 249     keysym      long
 250     modifier    int
 251     modifier_mask       int
 252 XIMHotKeyTriggers
 253     num_hot_key int
 254     key         pointer XIMHotKeyTrigger
 255 XIMStyles
 256     count_styles        short
 257     supported_styles    pointer long
 258 XIMStatusDrawCallbackStruct
 259     type        int
 260     data        long
 261 XWindowAttributes
 262     x   int
 263     y   int
 264     width       int
 265     height      int
 266     border_width        int
 267     depth       int
 268     visual      pointer Visual
 269     root        long
 270     class       int
 271     bit_gravity int
 272     win_gravity int
 273     backing_store       int
 274     backing_planes      long
 275     backing_pixel       long
 276     save_under  Bool
 277     colormap    long
 278     map_installed       Bool
 279     map_state   int
 280     all_event_masks     long
 281     your_event_mask     long
 282     do_not_propagate_mask       long
 283     override_redirect   Bool
 284     screen pointer Screen
 285 XExtCodes
 286     extension   int
 287     major_opcode        int
 288     first_event int
 289     first_error int
 290 XPropertyEvent
 291     type        int
 292     serial      long
 293     send_event  Bool
 294     display     long
 295     window      long
 296     atom        Atom
 297     time        ulong
 298     state       int
 299 
 300 XSizeHints
 301     flags       long
 302     x           int
 303     y           int
 304     width       int
 305     height      int
 306     min_width   int
 307     min_height  int
 308     max_width   int
 309     max_height  int
 310     width_inc   int
 311     height_inc  int
 312     min_aspect.x int
 313     min_aspect.y int
 314     max_aspect.x int
 315     max_aspect.y int
 316     base_width   int
 317     base_height  int
 318     win_gravity  int
 319 XIconSize
 320     min_width   int
 321     min_height  int
 322     max_width   int
 323     max_height  int
 324     width_inc   int
 325     height_inc  int
 326 XwcTextItem
 327     chars       pointer
 328     nchars      int
 329     delta       int
 330     font_set    pointer
 331 XIMPreeditDrawCallbackStruct
 332     caret       int
 333     chg_first   int
 334     chg_length  int
 335     text        pointer XIMText
 336 XErrorEvent
 337     type        int
 338     display     long
 339     resourceid  long
 340     serial      long
 341     error_code  byte
 342     request_code        byte
 343     minor_code  byte
 344 XSelectionClearEvent
 345     type        int
 346     serial      long
 347     send_event  Bool
 348     display long
 349     window      long
 350     selection   Atom
 351     time        ulong
 352 XKeyboardControl
 353     key_click_percent   int
 354     bell_percent        int
 355     bell_pitch  int
 356     bell_duration       int
 357     led int
 358     led_mode    int
 359     key int
 360     auto_repeat_mode    int
 361 XAnyEvent
 362     type        int
 363     serial      long
 364     send_event  Bool
 365     display     long
 366     window      long
 367 XTimeCoord
 368     time        ulong
 369     x   short
 370     y   short
 371 XGravityEvent
 372     type        int
 373     serial      long
 374     send_event  Bool
 375     display     long
 376     event       long
 377     window      long
 378     x           int
 379     y           int
 380 XCharStruct
 381     lbearing    short
 382     rbearing    short
 383     width       short
 384     ascent      short
 385     descent     short
 386     attributes  short
 387 XArc
 388     x   short
 389     y   short
 390     width       short
 391     height      short
 392     angle1      short
 393     angle2      short
 394 XPoint
 395     x   short
 396     y   short
 397 ScreenFormat
 398     ext_data pointer XExtData
 399     depth       int
 400     bits_per_pixel      int
 401     scanline_pad        int
 402 XFocusChangeEvent
 403     type        int
 404     serial      long
 405     send_event  Bool
 406     display     long
 407     window      long
 408     mode        int
 409     detail      int
 410 XResizeRequestEvent
 411     type        int
 412     serial      long
 413     send_event  Bool
 414     display     long
 415     window      long
 416     width       int
 417     height      int
 418 
 419 XRectangle
 420     x   short
 421     y   short
 422     width       short
 423     height      short
 424 
 425 XMappingEvent
 426     type        int
 427     serial      long
 428     send_event  Bool
 429     display     long
 430     window      long
 431     request     int
 432     first_keycode       int
 433     count       int
 434 XSegment
 435     x1  short
 436     y1  short
 437     x2  short
 438     y2  short
 439 XColor
 440     pixel       long
 441     red         short
 442     green       short
 443     blue        short
 444     flags       byte
 445     pad         byte
 446 XKeyEvent
 447     type        int
 448     serial      long
 449     send_event  Bool
 450     display     long
 451     window      long
 452     root        long
 453     subwindow   long
 454     time        ulong
 455     x   int
 456     y   int
 457     x_root      int
 458     y_root      int
 459     state       int
 460     keycode     int
 461     same_screen Bool
 462 XReparentEvent
 463     type        int
 464     serial      long
 465     send_event  Bool
 466     display     long
 467     event       long
 468     window      long
 469     parent      long
 470     x           int
 471     y           int
 472     override_redirect   Bool
 473 XMotionEvent
 474     type        int
 475     serial      long
 476     send_event  Bool
 477     display     long
 478     window      long
 479     root        long
 480     subwindow   long
 481     time        ulong
 482     x   int
 483     y   int
 484     x_root      int
 485     y_root      int
 486     state       int
 487     is_hint     byte
 488     same_screen Bool
 489 XButtonEvent
 490     type        int
 491     serial      long
 492     send_event Bool
 493     display     long
 494     window      long
 495     root        long
 496     subwindow   long
 497     time        ulong
 498     x   int
 499     y   int
 500     x_root      int
 501     y_root      int
 502     state       int
 503     button      int
 504     same_screen Bool
 505 XHostAddress
 506     family      int
 507     length      int
 508     address     pointer
 509 XOMCharSetList
 510     charset_count       int
 511     charset_list        pointer
 512 XNoExposeEvent
 513     type        int
 514     serial      long
 515     send_event  Bool
 516     display     long
 517     drawable    long
 518     major_code  int
 519     minor_code  int
 520 XSelectionRequestEvent
 521     type        int
 522     serial      long
 523     send_event  Bool
 524     display     long
 525     owner       long
 526     requestor   long
 527     selection   Atom
 528     target      Atom
 529     property    Atom
 530     time        ulong
 531 XGCValues
 532     function    int
 533     plane_mask  long
 534     foreground  long
 535     background  long
 536     line_width  int
 537     line_style  int
 538     cap_style   int
 539     join_style  int
 540     fill_style  int
 541     fill_rule   int
 542     arc_mode    int
 543     tile        long
 544     stipple     long
 545     ts_x_origin int
 546     ts_y_origin int
 547     font        long
 548     subwindow_mode      int
 549     graphics_exposures  Bool
 550     clip_x_origin       int
 551     clip_y_origin       int
 552     clip_mask   long
 553     dash_offset int
 554     dashes      byte
 555 XImage
 556     width       int
 557     height      int
 558     xoffset     int
 559     format      int
 560     data        pointer byte
 561     byte_order  int
 562     bitmap_unit int
 563     bitmap_bit_order    int
 564     bitmap_pad  int
 565     depth       int
 566     bytes_per_line      int
 567     bits_per_pixel      int
 568     red_mask    long
 569     green_mask  long
 570     blue_mask   long
 571     obdata      pointer
 572     f.create_image pointer
 573     f.destroy_image pointer
 574     f.get_pixel pointer
 575     f.put_pixel pointer
 576     f.sub_image pointer
 577     f.add_pixel pointer
 578 XIMValuesList
 579     count_values        short
 580     supported_values    pointer
 581 XColormapEvent
 582     type        int
 583     serial      long
 584     send_event  Bool
 585     display     long
 586     window      long
 587     colormap    long
 588     new         Bool
 589     state       int
 590 XIMPreeditStateNotifyCallbackStruct
 591     state       long
 592 XCreateWindowEvent
 593     type        int
 594     serial      long
 595     send_event  Bool
 596     display     long
 597     parent      long
 598     window      long
 599     x   int
 600     y   int
 601     width       int
 602     height      int
 603     border_width        int
 604     override_redirect   Bool
 605 XConfigureEvent
 606     type        int
 607     serial      long
 608     send_event  Bool
 609     display     long
 610     event       long
 611     window      long
 612     x   int
 613     y   int
 614     width       int
 615     height      int
 616     border_width        int
 617     above       long
 618     override_redirect   Bool
 619 XFontProp
 620     name        long
 621     card32      long
 622 XModifierKeymap
 623     max_keypermod       int
 624     modifiermap pointer
 625 XCirculateRequestEvent
 626     type        int
 627     serial      long
 628     send_event  Bool
 629     display     long
 630     parent      long
 631     window      long
 632     place       int
 633 XChar2b
 634     byte1 byte
 635     byte2 byte
 636 XTextItem16
 637     chars       pointer XChar2b
 638     nchars      int
 639     delta       int
 640     font        long
 641 XOMOrientation
 642     num_orientation     int
 643     orientation         pointer int
 644 XGraphicsExposeEvent
 645     type        int
 646     serial      long
 647     send_event  Bool
 648     display     long
 649     drawable    long
 650     x           int
 651     y           int
 652     width       int
 653     height      int
 654     count       int
 655     major_code  int
 656     minor_code  int
 657 XFontStruct
 658     ext_data            pointer XExtData
 659     fid                 long
 660     direction           int
 661     min_char_or_byte2   int
 662     max_char_or_byte2   int
 663     min_byte1           int
 664     max_byte1           int
 665     all_chars_exist     Bool
 666     n_properties        int
 667     properties          pointer XFontProp
 668     min_bounds          struct XCharStruct
 669     max_bounds          struct XCharStruct
 670     per_char            pointer XCharStruct
 671     ascent              int
 672     descent             int
 673 XMapEvent
 674     type        int
 675     serial      long
 676     send_event  Bool
 677     display     long
 678     event       long
 679     window      long
 680     override_redirect   int
 681 XExposeEvent
 682     type        int
 683     serial      long
 684     send_event  Bool
 685     display     long
 686     window      long
 687     x   int
 688     y   int
 689     width       int
 690     height      int
 691     count       int
 692 
 693 XFontSetExtents
 694     max_ink_extent struct XRectangle
 695     max_logical_extent struct XRectangle
 696 
 697 XUnmapEvent
 698     type        int
 699     serial      long
 700     send_event  Bool
 701     display     long
 702     event       long
 703     window      long
 704     from_configure      Bool
 705 PropMwmHints
 706     flags       long
 707     functions   long
 708     decorations long
 709     inputMode   long
 710     status      long
 711 XPixmapFormatValues
 712     depth int
 713     bits_per_pixel int
 714     scanline_pad int
 715 awtImageData
 716     Depth int
 717     wsImageFormat struct XPixmapFormatValues
 718     clrdata pointer
 719     convert array pointer 32
 720 ColorEntry
 721     r byte
 722     g byte
 723     b byte
 724     flags byte
 725 ColorData
 726     awt_Colors pointer ColorEntry
 727     awt_numICMcolors int
 728     awt_icmLUT pointer int
 729     awt_icmLUT2Colors pointer byte
 730     img_grays pointer byte
 731     img_clr_tbl pointer byte
 732     img_oda_red pointer byte
 733     img_oda_green pointer byte
 734     img_oda_blue pointer byte
 735     pGrayInverseLutData pointer int
 736     screendata int
 737 
 738 AwtGraphicsConfigData
 739     awt_depth int
 740     awt_cmap long
 741     awt_visInfo struct XVisualInfo
 742     awt_num_colors int
 743     awtImage pointer awtImageData
 744     AwtColorMatch pointer
 745     monoImage pointer
 746     monoPixmap long
 747     monoPixmapWidth int
 748     monoPixmapHeight int
 749     monoPixmapGC long
 750     pixelStride int
 751     color_data pointer ColorData
 752     glxInfo pointer
 753     isTranslucencySupported int
 754 
 755 AwtScreenData
 756     numConfigs int
 757     root long
 758     whitepixel long
 759     blackpixel long
 760     defaultConfig pointer AwtGraphicsConfigData
 761     configs pointer      // AwtGraphicsConfigDataPtr *configs;
 762 
 763 XdbeSwapInfo
 764     swap_window long
 765     swap_action int
 766 
 767 XEvent
 768    type int
 769    xany struct XAnyEvent
 770    xkey struct XKeyEvent
 771    xbutton struct XButtonEvent
 772    xmotion struct XMotionEvent
 773    xcrossing struct XCrossingEvent
 774    xfocus struct XFocusChangeEvent
 775    xexpose struct XExposeEvent
 776    xgraphicsexpose struct XGraphicsExposeEvent
 777    xnoexpose struct XNoExposeEvent
 778    xvisibility struct XVisibilityEvent
 779    xcreatewindow struct XCreateWindowEvent
 780    xdestroywindow struct XDestroyWindowEvent
 781    xunmap struct XUnmapEvent
 782    xmap struct XMapEvent
 783    xmaprequest struct XMapRequestEvent
 784    xreparent struct XReparentEvent
 785    xconfigure struct XConfigureEvent
 786    xgravity struct XGravityEvent
 787    xresizerequest struct XResizeRequestEvent
 788    xconfigurerequest struct XConfigureRequestEvent
 789    xcirculate struct XCirculateEvent
 790    xcirculaterequest struct XCirculateRequestEvent
 791    xproperty struct XPropertyEvent
 792    xselectionclear struct XSelectionClearEvent
 793    xselectionrequest struct XSelectionRequestEvent
 794    xselection struct XSelectionEvent
 795    xcolormap struct XColormapEvent
 796    xclient struct XClientMessageEvent
 797    xmapping struct XMappingEvent
 798    xerror struct XErrorEvent
 799    xkeymap struct XKeymapEvent
 800    pad array long 24
 801 
 802 XkbAnyEvent
 803     type  int
 804     serial  ulong
 805     send_event  Bool
 806     display  long
 807     time  ulong
 808     xkb_type  int
 809     device  int
 810 
 811 XkbNewKeyboardNotifyEvent
 812     type  int
 813     serial  ulong
 814     send_event  Bool
 815     display  long
 816     time  ulong
 817     xkb_type  int
 818     device  int
 819     old_device  int
 820     min_key_code  int
 821     max_key_code  int
 822     old_min_key_code  int
 823     old_max_key_code  int
 824     changed  int
 825     req_major  byte
 826     req_minor  byte
 827 
 828 XkbMapNotifyEvent
 829     type  int
 830     serial  ulong
 831     send_event  Bool
 832     display  long
 833     time  ulong
 834     xkb_type  int
 835     device  int
 836     changed  int
 837     flags  int
 838     first_type  int
 839     num_types  int
 840     min_key_code  int
 841     max_key_code  int
 842     first_key_sym  int
 843     first_key_act  int
 844     first_key_behavior  int
 845     first_key_explicit  int
 846     first_modmap_key  int
 847     first_vmodmap_key  int
 848     num_key_syms  int
 849     num_key_acts  int
 850     num_key_behaviors  int
 851     num_key_explicit  int
 852     num_modmap_keys  int
 853     num_vmodmap_keys  int
 854     vmods  int
 855 
 856 XkbStateNotifyEvent
 857     type  int
 858     serial  ulong
 859     send_event  Bool
 860     display  long
 861     time  ulong
 862     xkb_type  int
 863     device  int
 864     changed  int
 865     group  int
 866     base_group  int
 867     latched_group  int
 868     locked_group  int
 869     mods  int
 870     base_mods  int
 871     latched_mods  int
 872     locked_mods  int
 873     compat_state  int
 874     grab_mods  byte
 875     compat_grab_mods  byte
 876     lookup_mods  byte
 877     compat_lookup_mods  byte
 878     ptr_buttons  int
 879     keycode  int
 880     event_type  byte
 881     req_major  byte
 882     req_minor  byte
 883 
 884 XkbControlsNotifyEvent
 885     type  int
 886     serial  ulong
 887     send_event  Bool
 888     display  long
 889     time  ulong
 890     xkb_type  int
 891     device  int
 892     changed_ctrls  int
 893     enabled_ctrls  int
 894     enabled_ctrl_changes  int
 895     num_groups  int
 896     keycode  int
 897     event_type  byte
 898     req_major  byte
 899     req_minor  byte
 900 
 901 XkbIndicatorNotifyEvent
 902     type  int
 903     serial  ulong
 904     send_event  Bool
 905     display  long
 906     time  ulong
 907     xkb_type  int
 908     device  int
 909     changed  int
 910     state  int
 911 
 912 XkbNamesNotifyEvent
 913     type  int
 914     serial  ulong
 915     send_event  Bool
 916     display  long
 917     time  ulong
 918     xkb_type  int
 919     device  int
 920     changed  int
 921     first_type  int
 922     num_types  int
 923     first_lvl  int
 924     num_lvls  int
 925     num_aliases  int
 926     num_radio_groups  int
 927     changed_vmods  int
 928     changed_groups  int
 929     changed_indicators  int
 930     first_key  int
 931     num_keys  int
 932 
 933 
 934 XkbCompatMapNotifyEvent
 935     type  int
 936     serial  ulong
 937     send_event  Bool
 938     display  long
 939     time  ulong
 940     xkb_type  int
 941     device  int
 942     changed_groups  int
 943     first_si  int
 944     num_si  int
 945     num_total_si  int
 946 
 947 XkbBellNotifyEvent
 948     type  int
 949     serial  ulong
 950     send_event  Bool
 951     display  long
 952     time  ulong
 953     xkb_type  int
 954     device  int
 955     percent  int
 956     pitch  int
 957     duration  int
 958     bell_class  int
 959     bell_id  int
 960     name  Atom
 961     window  long
 962     event_only  Bool
 963 
 964 XkbActionMessageEvent
 965     type  int
 966     serial  ulong
 967     send_event  Bool
 968     display  long
 969     time  ulong
 970     xkb_type  int
 971     device  int
 972     keycode  int
 973     press  Bool
 974     key_event_follows  Bool
 975     group  int
 976     mods  int
 977     message array byte 7 //XkbActionMessageLength+1
 978 
 979 XkbAccessXNotifyEvent
 980     type  int
 981     serial  ulong
 982     send_event  Bool
 983     display  long
 984     time  ulong
 985     xkb_type  int
 986     device  int
 987     detail  int
 988     keycode  int
 989     sk_delay  int
 990     debounce_delay  int
 991 
 992 XkbExtensionDeviceNotifyEvent
 993     type  int
 994     serial  ulong
 995     send_event  Bool
 996     display  long
 997     time  ulong
 998     xkb_type  int
 999     device  int
1000     reason  int
1001     supported  int
1002     unsupported  int
1003     first_btn  int
1004     num_btns  int
1005     leds_defined  int
1006     led_state  int
1007     led_class  int
1008     led_id  int
1009 
1010 XkbEvent
1011     type  int
1012     any  struct XkbAnyEvent
1013     new_kbd  struct XkbNewKeyboardNotifyEvent
1014     map  struct XkbMapNotifyEvent
1015     state  struct XkbStateNotifyEvent
1016     ctrls  struct XkbControlsNotifyEvent
1017     indicators  struct XkbIndicatorNotifyEvent
1018     names  struct XkbNamesNotifyEvent
1019     compat  struct XkbCompatMapNotifyEvent
1020     bell  struct XkbBellNotifyEvent
1021     message  struct XkbActionMessageEvent
1022     accessx  struct XkbAccessXNotifyEvent
1023     device  struct XkbExtensionDeviceNotifyEvent
1024     core  struct XEvent