X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fevents.c;h=5f85101eb06ef4b6764c38034d140e0620b771f7;hp=edce9a9c4ac35ae3a8026938199847e2e3f24c10;hb=3367ba5eaec57086e3c1013708967e8a995ef2e3;hpb=4b0f1eb4220d2dbe4cffb288f745661b32c96a5b diff --git a/src/events.c b/src/events.c index edce9a9c..5f85101e 100644 --- a/src/events.c +++ b/src/events.c @@ -612,29 +612,6 @@ void HandleKey(KeySym key, int key_status) Delay(1000000); } - break; - - case XK_z: - { - static int test_picture_pos = 0; - - printf("test picture %d\n", test_picture_pos); - - XCopyArea(display,test_pix[test_picture_pos],window,gc, - 0,0, 100,100, - 0,0); - /* - XCopyArea(display,test_clipmask[test_picture_pos],window,gc, - 0,0, 100,100, - 100,0); - */ - XFlush(display); - XSync(display,FALSE); - Delay(1000000); - - test_picture_pos = (test_picture_pos + 1) % test_picture_count; - } - break; #endif