diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:32 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:32 +0000 |
commit | 0b142fd735496c72ead409e1f89caa1da8d80f6e (patch) | |
tree | c9861cf58ece61046a161d1c57c15021e251a6c1 | |
parent | 16af3cc966b0f79388e9a8a68f75f62f6c30a756 (diff) |
Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
<X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
-rw-r--r-- | src/vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ /* DPMS */ #define DPMS_SERVER -#include "extensions/dpms.h" +#include <X11/extensions/dpms.h> /* Mandatory functions */ static const OptionInfoRec * VESAAvailableOptions(int chipid, int busid); |