navit  0.5.3-trunk
window.h
Go to the documentation of this file.
1 
23 struct window {
24  void *priv;
25  int (*fullscreen)(struct window *win, int on);
26  void (*disable_suspend)(struct window *win);
27 };
Definition: window.h:23
int(* fullscreen)(struct window *win, int on)
Definition: window.h:25
void * priv
Definition: window.h:24
void(* disable_suspend)(struct window *win)
Definition: window.h:26