mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: shut up two compiler warnings.
This commit is contained in:
@@ -71,6 +71,7 @@ SOFTWARE.
|
||||
#endif
|
||||
#include "privates.h"
|
||||
#include "xace.h"
|
||||
#include "mi.h"
|
||||
|
||||
#include "dispatch.h"
|
||||
#include "swaprep.h"
|
||||
|
||||
@@ -240,7 +240,7 @@ int dix_main(int argc, char *argv[], char *envp[])
|
||||
int main(int argc, char *argv[], char *envp[])
|
||||
#endif
|
||||
{
|
||||
int i, j, k, error;
|
||||
int i, j, k;
|
||||
char *xauthfile;
|
||||
HWEventQueueType alwaysCheckForInput[2];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user