fps in window title
This commit is contained in:
+4
-2
@@ -3,11 +3,13 @@
|
||||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
|
||||
Window *init_window(Parameters params,
|
||||
Window *init_window(char *title, unsigned char monitor_index,
|
||||
void (*error_callback)(int, const char *),
|
||||
void (*key_callback)(Window *, int, int, int, int));
|
||||
|
||||
void update_window(Window *window);
|
||||
void update_window_title(Window *window, char *title);
|
||||
|
||||
void refresh_window(Window *window);
|
||||
|
||||
Context get_window_context(Window *window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user