Commit ec3579fe authored by Laurent Aimar's avatar Laurent Aimar

Added a missing const in x11.

parent 14eaeec3
...@@ -3209,7 +3209,7 @@ static void TestNetWMSupport( vout_thread_t *p_vout ) ...@@ -3209,7 +3209,7 @@ static void TestNetWMSupport( vout_thread_t *p_vout )
/***************************************************************************** /*****************************************************************************
* Key events handling * Key events handling
*****************************************************************************/ *****************************************************************************/
static struct static const struct
{ {
int i_x11key; int i_x11key;
int i_vlckey; int i_vlckey;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment