projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
création d'un dispatcher d'événement central.
[minwii.git]
/
src
/
app
/
start.py
diff --git
a/src/app/start.py
b/src/app/start.py
index
11f2905
..
02db7ce
100755
(executable)
--- a/
src/app/start.py
+++ b/
src/app/start.py
@@
-13,7
+13,7
@@
def main() :
pygame.init()
modeResolution = (1024,768)
- window = pygame.display.set_mode(modeResolution)
+ window = pygame.display.set_mode(modeResolution
, pygame.FULLSCREEN
)
MinWii()
# from gui.PGUConfiguration import PGUConfiguration
# pygame.init()