Changeset 773 for libcaca/trunk/caca/graphics.c
- Timestamp:
- Apr 14, 2006, 2:10:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/graphics.c
r769 r773 28 28 * the X11 and Win32 drivers. 29 29 * 30 * \param kk The libcaca graphical context. 30 31 * \param title The desired window title. 31 32 * \return 0 upon success, a non-zero value if an error occurs. … … 43 44 * 6x10 font is being used. Note that the units are not necessarily pixels. 44 45 * 46 * \param kk The libcaca graphical context. 45 47 * \return The window width. 46 48 */ … … 57 59 * used. Note that the units are not necessarily pixels. 58 60 * 61 * \param kk The libcaca graphical context. 59 62 * \return The window height. 60 63 */ … … 73 76 * default behaviour. 74 77 * 78 * \param kk The libcaca graphical context. 75 79 * \param usec The refresh delay in microseconds. 76 80 */ … … 88 92 * even if the real rendering time was shorter. 89 93 * 94 * \param kk The libcaca graphical context. 90 95 * \return The render time in microseconds. 91 96 */ … … 106 111 * set with caca_set_delay(), the second call will wait a bit before 107 112 * performing the screen refresh. 113 * 114 * \param kk The libcaca graphical context. 108 115 */ 109 116 void caca_display(caca_t *kk) … … 147 154 * support it. 148 155 * 156 * \param kk The libcaca graphical context. 149 157 * \param flag 0 hides the pointer, 1 shows the system's default pointer 150 158 * (usually an arrow). Other values are reserved for future use.
Note: See TracChangeset
for help on using the changeset viewer.