diff options
author | marha <marha@users.sourceforge.net> | 2011-03-30 07:46:38 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-30 07:46:38 +0000 |
commit | 9b51ee5bcf948185cfcba0600b3da2d241339174 (patch) | |
tree | 7bab4e36c6b3db6520992f106f883fa96cfd147e /xorg-server/glx | |
parent | 4e1588b6805ee5c7cd34e733cd1eff098d063b95 (diff) | |
download | vcxsrv-9b51ee5bcf948185cfcba0600b3da2d241339174.tar.gz vcxsrv-9b51ee5bcf948185cfcba0600b3da2d241339174.tar.bz2 vcxsrv-9b51ee5bcf948185cfcba0600b3da2d241339174.zip |
Solved link errors. Functions not implemented
Diffstat (limited to 'xorg-server/glx')
-rw-r--r-- | xorg-server/glx/indirect_table.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/glx/indirect_table.c b/xorg-server/glx/indirect_table.c index 738fc531a..746075655 100644 --- a/xorg-server/glx/indirect_table.c +++ b/xorg-server/glx/indirect_table.c @@ -111,9 +111,9 @@ static const void *Single_function_table[112][2] = { /* [ 30] = 30 */ {__glXDisp_ChangeDrawableAttributes, __glXDispSwap_ChangeDrawableAttributes},
/* [ 31] = 31 */ {__glXDisp_CreateWindow, __glXDispSwap_CreateWindow},
/* [ 32] = 32 */ {__glXDisp_DestroyWindow, __glXDispSwap_DestroyWindow},
- /* [ 33] = 33 */ {__glXDisp_SetClientInfoARB, __glXDispSwap_SetClientInfoARB},
- /* [ 34] = 34 */ {__glXDisp_CreateContextAttribsARB, __glXDispSwap_CreateContextAttribsARB},
- /* [ 35] = 35 */ {__glXDisp_SetClientInfo2ARB, __glXDispSwap_SetClientInfo2ARB},
+ /* [ 33] = 33 */ {NULL, NULL},
+ /* [ 34] = 34 */ {NULL, NULL},
+ /* [ 35] = 35 */ {NULL, NULL},
/* [ 36] = 36 */ {NULL, NULL},
/* [ 37] = 37 */ {NULL, NULL},
/* [ 38] = 38 */ {NULL, NULL},
|