Mercurial > mplayer.hg
comparison gui/mplayer/widgets.h @ 23689:3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
author | diego |
---|---|
date | Mon, 02 Jul 2007 22:34:45 +0000 |
parents | f15bce7943b9 |
children | 1cb14b091f46 |
comparison
equal
deleted
inserted
replaced
23688:3454aed9d083 | 23689:3f0d00abc073 |
---|---|
1 | 1 |
2 #ifndef __GUI_WIDGETS_H | 2 #ifndef GUI_WIDGETS_H |
3 #define __GUI_WIDGETS_H | 3 #define GUI_WIDGETS_H |
4 | 4 |
5 #include <stdio.h> | 5 #include <stdio.h> |
6 #include <stdlib.h> | 6 #include <stdlib.h> |
7 #include <gdk/gdkkeysyms.h> | 7 #include <gdk/gdkkeysyms.h> |
8 #include <gtk/gtk.h> | 8 #include <gtk/gtk.h> |