comparison libvo/video_out.h @ 36167:29fb09ef97b9

Avoid duplicating the mouse autohide code. This also avoids calling vo_showcursor for every single event and moves both parts of the autohide code closer to each other.
author reimar
date Thu, 09 May 2013 14:06:18 +0000
parents 1278ec134f6b
children 94979f661d38
comparison
equal deleted inserted replaced
36166:a6263abe514f 36167:29fb09ef97b9
33 #define VO_EVENT_EXPOSE 1 33 #define VO_EVENT_EXPOSE 1
34 #define VO_EVENT_RESIZE 2 34 #define VO_EVENT_RESIZE 2
35 #define VO_EVENT_KEYPRESS 4 35 #define VO_EVENT_KEYPRESS 4
36 #define VO_EVENT_REINIT 8 36 #define VO_EVENT_REINIT 8
37 #define VO_EVENT_MOVE 16 37 #define VO_EVENT_MOVE 16
38 #define VO_EVENT_MOUSE 32
38 39
39 /* Obsolete: VOCTRL_QUERY_VAA 1 */ 40 /* Obsolete: VOCTRL_QUERY_VAA 1 */
40 /* does the device support the required format */ 41 /* does the device support the required format */
41 #define VOCTRL_QUERY_FORMAT 2 42 #define VOCTRL_QUERY_FORMAT 2
42 /* signal a device reset seek */ 43 /* signal a device reset seek */