[MPlayer-cvslog] r33549 - trunk/libvo/x11_common.c
ib
subversion at mplayerhq.hu
Fri Jun 3 16:25:45 CEST 2011
Author: ib
Date: Fri Jun 3 16:25:43 2011
New Revision: 33549
Log:
Remove needless explicit initialization of Display variables.
Modified:
trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c Fri Jun 3 16:15:56 2011 (r33548)
+++ trunk/libvo/x11_common.c Fri Jun 3 16:25:43 2011 (r33549)
@@ -93,8 +93,8 @@ int stop_xscreensaver = 0;
static int dpms_disabled = 0;
-char *mDisplayName = NULL;
-Display *mDisplay = NULL;
+char *mDisplayName;
+Display *mDisplay;
Window mRootWin;
int mScreen;
int mLocalDisplay;
More information about the MPlayer-cvslog
mailing list