Searched defs:XsessionWMcommand (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c176 static XsessionWMcommand_type *XsessionWMcommand = NULL; local
178 if (XsessionWMcommand == NULL && awtHandle == NULL) {
182 XsessionWMcommand = (XsessionWMcommand_type *)
185 if (XsessionWMcommand == NULL)
188 (*XsessionWMcommand)(env, this, frame, jcommand);
203 static XsessionWMcommand_New_type *XsessionWMcommand = NULL; local
205 if (XsessionWMcommand == NULL && awtHandle == NULL) {
209 XsessionWMcommand = (XsessionWMcommand_New_type *)
212 if (XsessionWMcommand == NULL)
215 (*XsessionWMcommand)(en
[all...]

Completed in 21 milliseconds