mirror of https://github.com/FreeRDP/FreeRDP
gdi: Make rop3_code_table static.
This commit is contained in:
parent
6be782f73e
commit
b4adefc0d4
|
@ -46,7 +46,7 @@
|
|||
#include "gdi.h"
|
||||
|
||||
/* Ternary Raster Operation Table */
|
||||
const uint32 rop3_code_table[] =
|
||||
static const uint32 rop3_code_table[] =
|
||||
{
|
||||
0x00000042, /* 0 */
|
||||
0x00010289, /* DPSoon */
|
||||
|
|
Loading…
Reference in New Issue