Admins >


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Admins >
# 1  
Old 01-10-2001
MySQL

Just wanted to say great website and thank you...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

For the Admins, rouge advert(s)...

Hi guys this problem exists on all my machines... Windows 8.1, Ubuntu, iMac and this MBP. All use fireFox, latest current version. If I log in there is NOT a problem. I usually enter this site as an outsider and I have noticed that there is some rouge code and/or advert that slows the... (5 Replies)
Discussion started by: wisecracker
5 Replies

2. What is on Your Mind?

Thank you members and admins

Got a raise and a formal position of 'unix system engineer' in 2016. I would like to thank you members and admins. This would not be possible without you. I will mention some.. Thank you Don, for making me learn and understand the importance of standards, which i try to apply as much as i... (3 Replies)
Discussion started by: Peasant
3 Replies

3. Linux

Linux/Weblogic Admins?

Please forgive me if I've chosen the wrong forum... but I'm just wondering how likely it is to find a Linux sys admin with a vast BEA Weblogic skillset or vice versa (a Weblogic admin with vast Linux admin skills)? The reason I ask is because our Linux Sys Admin is leaving for a position with... (1 Reply)
Discussion started by: rm -r *
1 Replies

4. What is on Your Mind?

AIX admins satisfaction

As a new AIX user I'm interested in experienced admins opinions: In you opinion what is the best feature in AIX? If you could change something in AIX what will it be? Where do you see AIX in 5 years from now? Are you using AIX by your own choice or by company policy? Would you suggest... (3 Replies)
Discussion started by: xnaut
3 Replies

5. Solaris

Is Weblogic useful for unix admins?

Hi, I Need small conformation that "Upto what extent Weblogic is useful for Admins? Need help ASAP...PLz do the Favour. Thanx in Advance...... (0 Replies)
Discussion started by: viswanathkishor
0 Replies

6. Solaris

Any sys admins from uk?

Hello Guys, im new to this forum. Im from UK and ive recently completed my SCSA I & II and also got trained in Veritas Suite (Veritas Volume Manager and Veritas Clusters, Veritas NetBackup), SAN Configuration. I was trying to get a break as a junior sun solaris admin. I am applying for the jobs... (1 Reply)
Discussion started by: megadeth
1 Replies

7. Post Here to Contact Site Administrators and Moderators

admins and moderators..

hi admins and moderators, thread :https://www.unix.com/showthread.php?t=20620 my first thread in the forum.. i thought of some other answer. i like to tell you to delete that thread.. or tell anyother answer.. (1 Reply)
Discussion started by: sekar sundaram
1 Replies
Login or Register to Ask a Question
XkbNoteNameChanges(3)						   XKB FUNCTIONS					     XkbNoteNameChanges(3)

NAME
XkbNoteNameChanges - Note the changed names in a changes structure SYNOPSIS
void XkbNoteNameChanges (XkbNameChangesPtr old, XkbNamesNotifyEvent *new, unsigned int wanted); ARGUMENTS
- old XkbNameChanges structure to be updated - new event from which changes are to be copied - wanted types of names for which changes are to be noted DESCRIPTION
When your application receives a XkbNamesNotify event, you can note the changed names in a changes structure using XkbNoteNameChanges. The wanted parameter is the bitwise inclusive OR of the valid names mask bits shown in Table 1. XkbNoteNameChanges copies any changes that are reported in new and specified in wanted into the changes record specified by old. Table 1 Symbolic Names Masks --------------------------------------------------------------------------------- Mask Bit Value Keyboard Field Component --------------------------------------------------------------------------------- XkbKeycodesNameMask (1<<0) Xkb->names keycodes XkbGeometryNameMask (1<<1) Xkb->names geometry XkbSymbolsNameMask (1<<2) Xkb->names symbols XkbPhysSymbolsNameMask (1<<3) Xkb->names phys_symbols XkbTypesNameMask (1<<4) Xkb->names type XkbCompatNameMask (1<<5) Xkb->names compat XkbKeyTypeNamesMask (1<<6) Xkb->map type[*].name XkbKTLevelNamesMask (1<<7) Xkb->map type[*].lvl_names[*] XkbIndicatorNamesMask (1<<8) Xkb->names indicators[*] XkbKeyNamesMask (1<<9) Xkb->names keys[*], num_keys XkbKeyAliasesMask (1<<10) Xkb->names key_aliases[*], num_key_aliases XkbVirtualModNamesMask (1<<11) Xkb->names vmods[*] XkbGroupNamesMask (1<<12) Xkb->names groups[*] XkbRGNamesMask (1<<13) Xkb->names radio_groups[*], num_rg XkbComponentNamesMask (0x3f) Xkb->names keycodes, geometry, symbols, physical symbols, types, and compatibility map XkbAllNamesMask (0x3fff) Xkb->names all name components X Version 11 libX11 1.3.2 XkbNoteNameChanges(3)