mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixing some accidentaly lowered chars.
This commit is contained in:
parent
6d1a140375
commit
756b95587d
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
#include <FL/Fl_Box.H>
|
#include <FL/Fl_Box.H>
|
||||||
#include <Fl/x.h>
|
#include <FL/x.H>
|
||||||
|
|
||||||
class DesktopIcon;
|
class DesktopIcon;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define __UTILS_H__
|
#define __UTILS_H__
|
||||||
|
|
||||||
#include <FL/Fl_Image.H>
|
#include <FL/Fl_Image.H>
|
||||||
#include <Fl/x.h>
|
#include <FL/x.H>
|
||||||
|
|
||||||
void draw_xoverlay(int x, int y, int w, int h);
|
void draw_xoverlay(int x, int y, int w, int h);
|
||||||
void clear_xoverlay(void);
|
void clear_xoverlay(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user