diff options
author | scuri <scuri> | 2009-07-07 00:13:40 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-07 00:13:40 +0000 |
commit | ad9b34e834fc762ca63073e9865526125644edaa (patch) | |
tree | d6ec0ab8a80313e4cb2f314a416d74276c25f2f4 /test/simple/simple.c | |
parent | c8f1fb92adb9acfd3271a3e5e8f4abacfa609572 (diff) |
*** empty log message ***
Diffstat (limited to 'test/simple/simple.c')
-rw-r--r-- | test/simple/simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/simple/simple.c b/test/simple/simple.c index bc0e59b..a16ceb2 100644 --- a/test/simple/simple.c +++ b/test/simple/simple.c @@ -149,10 +149,12 @@ int SimpleTransform(void) int SimpleContextPlus(void) { +#ifndef USE_GDK gdpiplus = !gdpiplus; SimpleKillCanvas(); SimpleCreateCanvasWindow(); SimpleDrawRepaint(); +#endif return 0; } |