This commit is contained in:
parent
8e77fcda0a
commit
9d50dce432
|
@ -20,11 +20,6 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _COMPOSITEEXT_H_
|
#ifndef _COMPOSITEEXT_H_
|
||||||
#define _COMPOSITEEXT_H_
|
#define _COMPOSITEEXT_H_
|
||||||
|
|
||||||
|
|
|
@ -22,13 +22,9 @@
|
||||||
*
|
*
|
||||||
* Author: Daniel Stone <daniel@fooishbar.org>
|
* Author: Daniel Stone <daniel@fooishbar.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef XSERVER_CONFIG_BACKENDS_H
|
#ifndef XSERVER_CONFIG_BACKENDS_H
|
||||||
#define XSERVER_CONFIG_BACKENDS_H
|
#define XSERVER_CONFIG_BACKENDS_H
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
|
||||||
|
|
|
@ -28,11 +28,6 @@
|
||||||
* Header file for users of machine-independent DBE code
|
* Header file for users of machine-independent DBE code
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MIDBE_H
|
#ifndef MIDBE_H
|
||||||
#define MIDBE_H
|
#define MIDBE_H
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,6 @@
|
||||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _FBPICT_H_
|
#ifndef _FBPICT_H_
|
||||||
#define _FBPICT_H_
|
#define _FBPICT_H_
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GLX_drawable_h_
|
#ifndef _GLX_drawable_h_
|
||||||
#define _GLX_drawable_h_
|
#define _GLX_drawable_h_
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GLX_server_h_
|
#ifndef _GLX_server_h_
|
||||||
#define _GLX_server_h_
|
#define _GLX_server_h_
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __GLX_unpack_h__
|
#ifndef __GLX_unpack_h__
|
||||||
#define __GLX_unpack_h__
|
#define __GLX_unpack_h__
|
||||||
|
|
||||||
|
|
|
@ -21,11 +21,6 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include "dix-config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef INPUTUTILS_H
|
#ifndef INPUTUTILS_H
|
||||||
#define INPUTUTILS_H
|
#define INPUTUTILS_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _VIDMODEPROC_H_
|
#ifndef _VIDMODEPROC_H_
|
||||||
#define _VIDMODEPROC_H_
|
#define _VIDMODEPROC_H_
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ project('xserver', 'c',
|
||||||
)
|
)
|
||||||
release_date = '2025-07-04'
|
release_date = '2025-07-04'
|
||||||
|
|
||||||
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
add_project_arguments('-fno-strict-aliasing', language : 'c')
|
add_project_arguments('-fno-strict-aliasing', language : 'c')
|
||||||
|
|
|
@ -26,10 +26,6 @@ from The Open Group.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MIVALIDATE_H
|
#ifndef MIVALIDATE_H
|
||||||
#define MIVALIDATE_H
|
#define MIVALIDATE_H
|
||||||
|
|
||||||
|
|
|
@ -26,11 +26,6 @@
|
||||||
* holders shall not be used in advertising or otherwise to promote the sale,
|
* holders shall not be used in advertising or otherwise to promote the sale,
|
||||||
* use or other dealings in this Software without prior written authorization.
|
* use or other dealings in this Software without prior written authorization.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _ROOTLESSWINDOW_H
|
#ifndef _ROOTLESSWINDOW_H
|
||||||
#define _ROOTLESSWINDOW_H
|
#define _ROOTLESSWINDOW_H
|
||||||
|
|
||||||
|
|
|
@ -41,11 +41,6 @@
|
||||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _XFIXESINT_H_
|
#ifndef _XFIXESINT_H_
|
||||||
#define _XFIXESINT_H_
|
#define _XFIXESINT_H_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue