| 44 |
44 |
| 45 /**************************************************************************/ |
45 /**************************************************************************/ |
| 46 /** @name Basic Protocol Information */ |
46 /** @name Basic Protocol Information */ |
| 47 /**************************************************************************/ |
47 /**************************************************************************/ |
| 48 |
48 |
| 49 typedef enum { |
49 typedef enum /*< flags >*/ |
| |
50 { |
| 50 PURPLE_ICON_SCALE_DISPLAY = 0x01, /**< We scale the icon when we display it */ |
51 PURPLE_ICON_SCALE_DISPLAY = 0x01, /**< We scale the icon when we display it */ |
| 51 PURPLE_ICON_SCALE_SEND = 0x02 /**< We scale the icon before we send it to the server */ |
52 PURPLE_ICON_SCALE_SEND = 0x02 /**< We scale the icon before we send it to the server */ |
| 52 } PurpleIconScaleRules; |
53 } PurpleIconScaleRules; |
| 53 |
54 |
| 54 /** |
55 /** |