Skip to content

Commit

Permalink
Continuiing porting ...
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed May 25, 2009
1 parent 042d403 commit 58633a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
@@ -0,0 +1,2 @@
This is NOT a working release, i'm working right know to the GNU/Linux X11 port !
For more info evilsocket@gmail.com - http://www.evilsocket.net
1 change: 1 addition & 0 deletions src/GeodeGraphicalContext.cpp
Expand Up @@ -27,6 +27,7 @@ void * GeodeGraphicalContext::msg_dispatch_thread( void *arg ){

GeodeGraphicalContext * ggc = (GeodeGraphicalContext *)arg;
// see reference http://svn.python.org/projects/external/tk-8.5.2.0/xlib/X11/X.h
// see reference http://tronche.com/gui/x/xlib/event-handling/manipulating-event-queue/XCheckWindowEvent.html
long eventmask = ExposureMask | KeyPressMask |
PointerMotionMask | ButtonPressMask |
StructureNotifyMask | SubstructureRedirectMask |
Expand Down

0 comments on commit 58633a6

Please sign in to comment.