diff 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
line wrap: on
line diff
--- a/gui/wm/ws.h	Sat Jun 18 14:33:41 2011 +0000
+++ b/gui/wm/ws.h	Sat Jun 18 16:03:31 2011 +0000
@@ -22,7 +22,7 @@
 #ifndef MPLAYER_GUI_WS_H
 #define MPLAYER_GUI_WS_H
 
-#include "gui/mplayer/widgets.h"
+#include "gui/ui/widgets.h"
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>