summary refs log tree commit diff stats
path: root/tests/reject/tambsym2.nim
blob: d89cfb2dee210d16ea9e1e5c71aaaa143ef28ad7 (plain) (blame)
1
2
3
4
5
6
from sdl import PSurface

discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34, 
      32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000)