Преглед на файлове

X.Org 1.14 support was incomplete


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5047 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Adam Tkac преди 11 години
родител
ревизия
193ad14d35
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 3
    1
      unix/xserver/hw/vnc/xorg-version.h
  2. 2
    0
      unix/xserver/hw/vnc/xvnc.cc

+ 3
- 1
unix/xserver/hw/vnc/xorg-version.h Целия файл

@@ -42,8 +42,10 @@
#define XORG 112
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (13 * 100000) + (99 * 1000))
#define XORG 113
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
#define XORG 114
#else
#error "X.Org newer than 1.13 is not supported"
#error "X.Org newer than 1.14 is not supported"
#endif

#endif

+ 2
- 0
unix/xserver/hw/vnc/xvnc.cc Целия файл

@@ -54,7 +54,9 @@ extern "C" {
#include "servermd.h"
#include "fb.h"
#include "mi.h"
#if XORG < 114
#include "mibstore.h"
#endif
#include "colormapst.h"
#include "gcstruct.h"
#include "input.h"

Loading…
Отказ
Запис