comparison gui/wm/ws.h @ 33556:520fb0f7544c

Rename GUI directory 'mplayer' and some files in it. The directory 'mplayer' contains the files for the user interface and has thus been renamed 'ui'. Inside this directory the following files have been renamed to better reflect their contents: mw.c -> main.c sw.c -> sub.c pb.c -> playbar.c gui_common.* -> render.* play.* -> actions.*
author ib
date Sat, 18 Jun 2011 16:03:31 +0000
parents 55b8f5d5df15
children 3a93b9227b01
comparison
equal deleted inserted replaced
33555:c5a19bbeac2b 33556:520fb0f7544c
20 */ 20 */
21 21
22 #ifndef MPLAYER_GUI_WS_H 22 #ifndef MPLAYER_GUI_WS_H
23 #define MPLAYER_GUI_WS_H 23 #define MPLAYER_GUI_WS_H
24 24
25 #include "gui/mplayer/widgets.h" 25 #include "gui/ui/widgets.h"
26 26
27 #include <X11/Xlib.h> 27 #include <X11/Xlib.h>
28 #include <X11/Xutil.h> 28 #include <X11/Xutil.h>
29 #include <X11/keysym.h> 29 #include <X11/keysym.h>
30 #include <X11/Xatom.h> 30 #include <X11/Xatom.h>