only #include <gdk/gdk.h> <gdk/gdkwin32.h> <gdk/gdkx.h> <gdk/gdkkeysyms.h>

This commit is contained in:
Garux
2020-05-20 23:11:26 +03:00
parent 0140da6e72
commit 620fbffea7
7 changed files with 6 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ void MultiMonitor_constructPreferences( PreferencesPage& page ){
#include "preferencesystem.h"
#include "stringio.h"
#include <gdk/gdkdisplay.h>
#include <gdk/gdk.h>
namespace
{

View File

@@ -78,8 +78,6 @@ void Mouse_registerPreferencesPage(){
=========================================================
*/
#include <map>
inline const char* xmlAttr_getName( xmlAttrPtr attr ){
return reinterpret_cast<const char*>( attr->name );
}

View File

@@ -22,7 +22,7 @@
#include "windowobservers.h"
#include <vector>
#include <gdk/gdkevents.h>
#include <gdk/gdk.h>
#include "generic/bitfield.h"
namespace

View File

@@ -24,7 +24,7 @@
#include "windowobserver.h"
#include <gdk/gdktypes.h>
#include <gdk/gdk.h>
#include "math/vector.h"