From 0f66740881b7b6f468c46dc10e6694520b3ab2d8 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 7 Feb 2003 18:58:00 +0000 Subject: moved files to include; moved a file to examples/ --- examples/pnmshow24.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/pnmshow24.c') diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c index e096c7f..7448c65 100644 --- a/examples/pnmshow24.c +++ b/examples/pnmshow24.c @@ -1,11 +1,11 @@ -#ifndef ALLOW24BPP -#error "I need the ALLOW24BPP flag to work" -#endif - #include #include "rfb.h" #include "keysym.h" +#ifndef ALLOW24BPP +#error "I need the ALLOW24BPP flag to work" +#endif + void HandleKey(Bool down,KeySym key,rfbClientPtr cl) { if(down && (key==XK_Escape || key=='q' || key=='Q')) -- cgit v1.2.1