diff options
Diffstat (limited to 'libXt/include/X11')
-rw-r--r-- | libXt/include/X11/.gitignore | 2 | ||||
-rw-r--r-- | libXt/include/X11/ShellP.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libXt/include/X11/.gitignore b/libXt/include/X11/.gitignore new file mode 100644 index 000000000..e482dd956 --- /dev/null +++ b/libXt/include/X11/.gitignore @@ -0,0 +1,2 @@ +Shell.h
+StringDefs.h
\ No newline at end of file diff --git a/libXt/include/X11/ShellP.h b/libXt/include/X11/ShellP.h index 07d96669b..58ce1b405 100644 --- a/libXt/include/X11/ShellP.h +++ b/libXt/include/X11/ShellP.h @@ -375,7 +375,9 @@ typedef struct _XtSaveYourselfRec *XtSaveYourself; /* implementation-private */ /* New fields for the session shell widget */ typedef struct { +#ifndef XT_NO_SM SmcConn connection; +#endif String session_id; String* restart_command; String* clone_command; |