Fixing some accidentaly lowered chars.

This commit is contained in:
Sanel Zukan 2013-06-05 16:34:06 +00:00
parent 6d1a140375
commit 756b95587d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>
#include <Fl/x.h>
#include <FL/x.H>
class DesktopIcon;

View File

@ -22,7 +22,7 @@
#define __UTILS_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 clear_xoverlay(void);