mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Split up profile frame generation into its own file.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3aa54e206a
commit
8e95ded57b
5 changed files with 72 additions and 43 deletions
10
display.h
Normal file
10
display.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <cairo.h>
|
||||
|
||||
extern GtkWidget *dive_profile_frame(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue