]> git.draconx.ca Git - liblbx.git/blobdiff - src/misc.h
lbxgui: Make transparent pixels more obvious.
[liblbx.git] / src / misc.h
index af7298d95fad80a0b16425c0c75236dc3db7cf49..839908e3e81d3f124c6d087b7a19ab4c1786c2f0 100644 (file)
 #      define _lbx_assert(expr) ((expr) ? 1 : 0)
 #endif
 
-/** _lbx_fseek()
- * Seeks the specified file to the specified offset, given that the file is
- * currently positioned at *current.  If the file does not support seeking,
- * and offset > *current, perform the seek by reading (and discarding) data.
- */
-int _lbx_fseek(FILE *f, long *current, size_t offset);
-
 #endif