make compile with -pedantic and use foreach in some places
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "event.h"
|
||||
|
||||
//this should be initialized by main.cpp as soon as the program starts.
|
||||
Display* display;
|
||||
Display* display = 0;
|
||||
|
||||
//actually creates an XWindows event :)
|
||||
void sendevent( xevent e ) {
|
||||
|
Reference in New Issue
Block a user