XQuartz: Fix darwinfb.h header guard

./darwinfb.h:28:9: warning: '_DARWIN_FB_H' is used as a header guard here, followed by #define of a different macro
      [-Wheader-guard,Lexical or Preprocessor Issue]
        ^~~~~~~~~~~~
./darwinfb.h:29:9: note: '_DARWIN_DB_H' is defined here; did you mean '_DARWIN_FB_H'? [Lexical or Preprocessor Issue]
        ^~~~~~~~~~~~
        _DARWIN_FB_H

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston Sequoia 2013-12-29 12:31:23 -08:00
parent 9da6c0918f
commit 2e3ebec952
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
*/
#ifndef _DARWIN_FB_H
#define _DARWIN_DB_H
#define _DARWIN_FB_H
#include "scrnintstr.h"