1
0
Fork 0
forked from Miroirs/x49gp

move gtk headers out of flash.c

This commit is contained in:
Gwenhael Le Moine 2024-10-29 16:32:53 +01:00
parent fffd39029c
commit 81562895a9
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,6 @@
#include <memory.h>
#include <gtk/gtk.h>
#include <glib.h>
#include <cairo.h>
#include "x49gp.h"
#include "x49gp_ui.h"

View file

@ -4,6 +4,10 @@
#ifndef _X49GP_UI_H
#define _X49GP_UI_H 1
#include <gtk/gtk.h>
#include <glib.h>
#include <cairo.h>
#include "x49gp_types.h"
#define LCD_PIXEL_SCALE 2