[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.13,1.14 ws.h,1.4,1.5
Zoltan Ponekker
pontscho at mplayer.dev.hu
Tue Sep 4 18:04:08 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.c,1.29,1.30 vo_x11.c,1.28,1.29 vo_xmga.c,1.28,1.29 vo_xv.c,1.29,1.30
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv18005
Modified Files:
ws.c ws.h
Log Message:
remove ofocused ...
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ws.c 4 Sep 2001 15:21:00 -0000 1.13
+++ ws.c 4 Sep 2001 16:04:04 -0000 1.14
@@ -448,7 +448,6 @@
win->Visible=0;
win->Focused=0;
- win->OFocused=0;
win->Mapped=0;
win->Rolled=0;
if ( D & wsShowWindow ) XMapWindow( wsDisplay,win->WindowID );
@@ -491,7 +490,6 @@
win->KeyHandler=NULL;
win->Visible=0;
win->Focused=0;
- win->OFocused=0;
win->Mapped=0;
win->Rolled=0;
}
@@ -540,13 +538,11 @@
case FocusIn:
if ( wsWindowList[l]->Focused == wsFocused ) break;
i=wsWindowFocusIn;
- wsWindowList[l]->OFocused=wsWindowList[l]->Focused;
wsWindowList[l]->Focused=wsFocused;
goto expose;
case FocusOut:
if ( wsWindowList[l]->Focused == wsNone ) break;
i=wsWindowFocusOut;
- wsWindowList[l]->OFocused=wsWindowList[l]->Focused;
wsWindowList[l]->Focused=wsNone;
goto expose;
case VisibilityNotify:
Index: ws.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ws.h 1 Sep 2001 17:53:07 -0000 1.4
+++ ws.h 4 Sep 2001 16:04:04 -0000 1.5
@@ -124,8 +124,6 @@
int CapsLock;
// --- Misc -------------------------------------------------------------------------------------
- int OFocused;
-
Atom AtomDeleteWindow;
Atom AtomTakeFocus;
Atom AtomRolle;
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.c,1.29,1.30 vo_x11.c,1.28,1.29 vo_xmga.c,1.28,1.29 vo_xv.c,1.29,1.30
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list