Skip to content

Commit

Permalink
[xrandr] - fix compilation with 10.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Jul 9, 2012
1 parent 1769c23 commit 2b57545
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xbmc-xrandr.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
#include <stdint.h>
#include <math.h>


#ifndef _X_NORETURN
#define _X_NORETURN
#endif

static char *program_name;
static Display *dpy;
static Window root;
Expand Down

0 comments on commit 2b57545

Please sign in to comment.