comparison os2/dw.c @ 824:c6040726eb92

Removed INCOMPLETE lines on the clipboard.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 26 Mar 2011 14:22:44 +0000
parents fd775ade945f
children 53b677d126dc
comparison
equal deleted inserted replaced
823:fd775ade945f 824:c6040726eb92
9167 blah->clickdefault = next; 9167 blah->clickdefault = next;
9168 } 9168 }
9169 9169
9170 /* 9170 /*
9171 * Gets the contents of the default clipboard as text. 9171 * Gets the contents of the default clipboard as text.
9172 * INCOMPLETE
9173 * Parameters: 9172 * Parameters:
9174 * None. 9173 * None.
9175 * Returns: 9174 * Returns:
9176 * Pointer to an allocated string of text or NULL if clipboard empty or contents could not 9175 * Pointer to an allocated string of text or NULL if clipboard empty or contents could not
9177 * be converted to text. 9176 * be converted to text.
9194 return retbuf; 9193 return retbuf;
9195 } 9194 }
9196 9195
9197 /* 9196 /*
9198 * Sets the contents of the default clipboard to the supplied text. 9197 * Sets the contents of the default clipboard to the supplied text.
9199 * INCOMPLETE
9200 * Parameters: 9198 * Parameters:
9201 * Text. 9199 * Text.
9202 */ 9200 */
9203 void dw_clipboard_set_text( char *str, int len ) 9201 void dw_clipboard_set_text( char *str, int len )
9204 { 9202 {