open-src/lib/libXext/mapfile-vers
changeset 1476 db63a2409b45
parent 943 294f64612d23
equal deleted inserted replaced
1475:5440cf11c171 1476:db63a2409b45
     1 #
     1 #
     2 # Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
     3 #
     3 #
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # copy of this software and associated documentation files (the "Software"),
     5 # copy of this software and associated documentation files (the "Software"),
     6 # to deal in the Software without restriction, including without limitation
     6 # to deal in the Software without restriction, including without limitation
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    84 
    84 
    85 # XEVI.c
    85 # XEVI.c
    86 	XeviQueryExtension;
    86 	XeviQueryExtension;
    87 	XeviQueryVersion;
    87 	XeviQueryVersion;
    88 	XeviGetVisualInfo;
    88 	XeviGetVisualInfo;
       
    89 
       
    90 # Xge.c
       
    91 	XGEQueryExtension;
       
    92 	XGEQueryVersion;
    89 
    93 
    90 # XGrabWin.c
    94 # XGrabWin.c
    91 	XGetRetainedPath;
    95 	XGetRetainedPath;
    92 	XGrabColormap;	
    96 	XGrabColormap;	
    93 	XGrabRetainedWindow;
    97 	XGrabRetainedWindow;
   186 	XSyncValueHigh32;
   190 	XSyncValueHigh32;
   187 	XSyncValueAdd;
   191 	XSyncValueAdd;
   188 	XSyncValueSubtract;
   192 	XSyncValueSubtract;
   189 	XSyncMaxValue;
   193 	XSyncMaxValue;
   190 	XSyncMinValue;
   194 	XSyncMinValue;
       
   195 # Added in libXext 1.3.0 - PSARC/2011/213 X Sync Extension version 3.1:
       
   196 	XSyncAwaitFence;
       
   197 	XSyncCreateFence;
       
   198 	XSyncDestroyFence;
       
   199 	XSyncQueryFence;
       
   200 	XSyncResetFence;
       
   201 	XSyncTriggerFence;
   191 
   202 
   192 # XTestExt1.c
   203 # XTestExt1.c
   193 	XTestFakeInput;
   204 	XTestFakeInput;
   194 	XTestGetInput;
   205 	XTestGetInput;
   195 	XTestStopInput;
   206 	XTestStopInput;