SmResource.h 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: SmResource.h /main/5 1996/01/22 20:06:16 barstow $ */
  24. /* *
  25. * (c) Copyright 1993, 1994 Hewlett-Packard Company *
  26. * (c) Copyright 1993, 1994 International Business Machines Corp. *
  27. * (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
  28. * (c) Copyright 1993, 1994 Novell, Inc. *
  29. */
  30. /*************************************<+>*************************************
  31. *****************************************************************************
  32. **
  33. ** File: SmResource.h
  34. **
  35. ** Project: HP DT Session Manager (dtsession)
  36. **
  37. ** Description:
  38. ** -----------
  39. ** Contains all resource names and classes for the session manager
  40. **
  41. **
  42. *******************************************************************
  43. ** (c) Copyright Hewlett-Packard Company, 1990. All rights are
  44. ** reserved. Copying or other reproduction of this program
  45. ** except for archival purposes is prohibited without prior
  46. ** written consent of Hewlett-Packard Company.
  47. ********************************************************************
  48. **
  49. **
  50. **
  51. *****************************************************************************
  52. *************************************<+>*************************************/
  53. #ifndef _smresource_h
  54. #define _smresource_h
  55. /*
  56. * Default resource valuse
  57. */
  58. #define DEFAULT_NUM_SESSIONS_BACKED_UP 2
  59. /*
  60. * Global resource names
  61. */
  62. extern char SmNsessionVersion[];
  63. /*
  64. * Session Manager Resource Names
  65. */
  66. extern char SmNwmStartup[];
  67. extern char SmNquerySettings[];
  68. extern char SmNkeys[];
  69. extern char SmNalarmTime[];
  70. extern char SmNmemThreshold[];
  71. extern char SmNcontManagement[];
  72. extern char SmNwaitClientTimeout[];
  73. extern char SmNwaitWmTimeout[];
  74. extern char SmNuseMessaging[];
  75. extern char SmNcycleTimeout[];
  76. extern char SmNlockTimeout[];
  77. extern char SmNsaverTimeout[];
  78. extern char SmNrandom[];
  79. extern char SmNsaverList[];
  80. extern char SmNsaveYourselfTimeout[];
  81. extern char SmNmergeXdefaults[];
  82. extern char SmNnumSessionsBackedup[];
  83. extern char SmNignoreEnvironment[];
  84. extern char SmNxineramaPreferredScreen[];
  85. /*
  86. * Resource names for settings information
  87. */
  88. extern char SmNkeyClick[];
  89. extern char SmNbellPercent[];
  90. extern char SmNbellPitch[];
  91. extern char SmNbellDuration[];
  92. extern char SmNledMask[];
  93. extern char SmNglobalRepeats[];
  94. extern char SmNautoRepeats[];
  95. extern char SmNaccelNum[];
  96. extern char SmNaccelDenom[];
  97. extern char SmNthreshold[];
  98. extern char SmNtimeout[];
  99. extern char SmNinterval[];
  100. extern char SmNpreferBlank[];
  101. extern char SmNallowExp[];
  102. extern char SmNfontPath[];
  103. extern char SmNkeySymsPerKey[];
  104. extern char SmNnumKeyCode[];
  105. extern char SmNkeySyms[];
  106. extern char SmNmaxKeyPerMod[];
  107. extern char SmNmodMap[];
  108. extern char SmNbuttonMap[];
  109. extern char SmNhostState[];
  110. extern char SmNhostNames[];
  111. extern char SmNdidQuerySettings[];
  112. extern char SmNshutDownState[];
  113. extern char SmNshutDownMode[];
  114. extern char SmNdisplayResolution[];
  115. extern char SmNsessionLang[];
  116. extern char SmNsaveFontPath[];
  117. /*
  118. * Global resource classes
  119. */
  120. extern char SmCsessionVersion[];
  121. /*
  122. * Session Manager Resource Classes
  123. */
  124. extern char SmCwmStartup[];
  125. extern char SmCquerySettings[];
  126. extern char SmCkeys[];
  127. extern char SmCalarmTime[];
  128. extern char SmCmemThreshold[];
  129. extern char SmCContManagement[];
  130. extern char SmRContManagement[];
  131. extern char SmCWaitClientTimeout[];
  132. extern char SmCWaitWmTimeout[];
  133. extern char SmCUseMessaging[];
  134. extern char SmCcycleTimeout[];
  135. extern char SmClockTimeout[];
  136. extern char SmCsaverTimeout[];
  137. extern char SmCrandom[];
  138. extern char SmCsaverList[];
  139. extern char SmCsaveYourselfTimeout[];
  140. extern char SmCmergeXdefaults[];
  141. extern char SmCnumSessionsBackedup[];
  142. extern char SmCignoreEnvironment[];
  143. extern char SmCxineramaPreferredScreen[];
  144. /*
  145. * Class names for session settings information
  146. */
  147. extern char SmCkeyClick[];
  148. extern char SmCbellPercent[];
  149. extern char SmCbellPitch[];
  150. extern char SmCbellDuration[];
  151. extern char SmCledMask[];
  152. extern char SmCglobalRepeats[];
  153. extern char SmCautoRepeats[];
  154. extern char SmCaccelNum[];
  155. extern char SmCaccelDenom[];
  156. extern char SmCthreshold[];
  157. extern char SmCtimeout[];
  158. extern char SmCinterval[];
  159. extern char SmCpreferBlank[];
  160. extern char SmCallowExp[];
  161. extern char SmCfontPath[];
  162. extern char SmCkeySymsPerKey[];
  163. extern char SmCnumKeyCode[];
  164. extern char SmCkeySyms[];
  165. extern char SmCmaxKeyPerMod[];
  166. extern char SmCmodMap[];
  167. extern char SmCbuttonMap[];
  168. extern char SmChostState[];
  169. extern char SmChostNames[];
  170. extern char SmCdidQuerySettings[];
  171. extern char SmCshutDownState[];
  172. extern char SmCshutDownMode[];
  173. extern char SmCdisplayResolution[];
  174. extern char SmCsessionLang[];
  175. extern char SmCsaveFontPath[];
  176. #endif /* _smresource_h */