comparison src/dispextern.h @ 96763:a27390a84360

change most cases of PENDING to TODO, some to FIXME or XXX
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 17 Jul 2008 13:50:30 +0000
parents d45acf0c8d23
children 9592c50233ab
comparison
equal deleted inserted replaced
96762:7124d8656633 96763:a27390a84360
2944 struct atimer; /* Defined in atimer.h. */ 2944 struct atimer; /* Defined in atimer.h. */
2945 /* If non-null, an asynchronous timer that, when it expires, displays 2945 /* If non-null, an asynchronous timer that, when it expires, displays
2946 an hourglass cursor on all frames. */ 2946 an hourglass cursor on all frames. */
2947 extern struct atimer *hourglass_atimer; 2947 extern struct atimer *hourglass_atimer;
2948 2948
2949 /* Each GUI implements these. PENDING: move into RIF. */ 2949 /* Each GUI implements these. FIXME: move into RIF. */
2950 extern void show_hourglass P_ ((struct atimer *)); 2950 extern void show_hourglass P_ ((struct atimer *));
2951 extern void hide_hourglass P_ ((void)); 2951 extern void hide_hourglass P_ ((void));
2952 2952
2953 /* Returns the background color of IMG, calculating one heuristically if 2953 /* Returns the background color of IMG, calculating one heuristically if
2954 necessary. If non-zero, XIMG is an existing XImage object to use for 2954 necessary. If non-zero, XIMG is an existing XImage object to use for