Files
lcdproc/server/drivers/lcd_lib.h
T
robijn dc4c049721 - Added some icons.
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00

15 lines
395 B
C

#ifndef LCD_LIB_H
#define LCD_LIB_H
#ifndef LCD_H
#include "lcd.h"
#endif
int new_framebuf (struct lcd_logical_driver *driver, char *oldbuf);
void lib_hbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellwidth, int cc_offset);
void lib_vbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellheight, int cc_offset);
#endif