diff options
author | Matthias Hopf <mhopf@suse.de> | 2009-07-06 18:30:05 +0200 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2009-07-06 18:30:05 +0200 |
commit | 73e38a31e5b7c68f8f3227a47d98ec55097999c7 (patch) | |
tree | 2ed57696357d597bfc3c1cedf83200e16e6eabbf | |
parent | 3408ca77af6a45b15b89bdd1ce9d5aac9646f6b8 (diff) |
Fix missing prototype warning.
-rw-r--r-- | xrandr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1630,7 +1630,7 @@ mark_changing_crtcs (void) /* * Test whether 'crtc' can be used for 'output' */ -Bool +static Bool check_crtc_for_output (crtc_t *crtc, output_t *output) { int c; |