Ticket #2643: mapserver.h.patch
| File mapserver.h.patch, 868 bytes (added by , 16 years ago) |
|---|
-
mapserver.h
541 541 } queryMapObj; 542 542 543 543 /* Define supported bindings here (only covers existing bindings at first). Not accessible directly using MapScript. */ 544 #ifndef SWIG545 544 #define MS_STYLE_BINDING_LENGTH 5 546 545 enum MS_STYLE_BINDING_ENUM { MS_STYLE_BINDING_SIZE, MS_STYLE_BINDING_ANGLE, MS_STYLE_BINDING_COLOR, MS_STYLE_BINDING_OUTLINECOLOR, MS_STYLE_BINDING_SYMBOL}; 547 546 #define MS_LABEL_BINDING_LENGTH 6 … … 550 549 /************************************************************************/ 551 550 /* attributeBindingObj */ 552 551 /************************************************************************/ 553 552 #ifndef SWIG 554 553 typedef struct { 555 554 char *item; 556 555 int index;
