Thread
:
Flip clock pre pre pre pre release
View Single Post
daperl
2008-12-14 , 17:45
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#
10
Making the following change allows me to run this app in Kubuntu 8.10
and
on my n800. Otherwise it changes the screen resolution of my KDE nvidia graphics desktop. Painful.
Code:
try: window = pygame.display.set_mode((0,0)) except: window = pygame.display.set_mode((800, 480))
Cool stuff. Thanks.
__________________
N9: Go white or go
home
Quote & Reply
|
The Following User Says Thank You to daperl For This Useful Post:
ciroip
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl