only #include <gdk/gdk.h> <gdk/gdkwin32.h> <gdk/gdkx.h> <gdk/gdkkeysyms.h>
This commit is contained in:
parent
0140da6e72
commit
620fbffea7
|
|
@ -22,9 +22,8 @@
|
||||||
#if !defined( INCLUDED_GTKUTIL_ACCELERATOR_H )
|
#if !defined( INCLUDED_GTKUTIL_ACCELERATOR_H )
|
||||||
#define INCLUDED_GTKUTIL_ACCELERATOR_H
|
#define INCLUDED_GTKUTIL_ACCELERATOR_H
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdk.h>
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
#include <gdk/gdkkeys.h>
|
|
||||||
|
|
||||||
#include "generic/callback.h"
|
#include "generic/callback.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,7 @@
|
||||||
#include "stream/textstream.h"
|
#include "stream/textstream.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gdk/gdkcursor.h>
|
#include <gdk/gdk.h>
|
||||||
#include <gdk/gdkpixmap.h>
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
GdkCursor* create_blank_cursor(){
|
GdkCursor* create_blank_cursor(){
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@
|
||||||
#define INCLUDED_GTKUTIL_CURSOR_H
|
#define INCLUDED_GTKUTIL_CURSOR_H
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gdk/gdkevents.h>
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include "debugging/debugging.h"
|
#include "debugging/debugging.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ void MultiMonitor_constructPreferences( PreferencesPage& page ){
|
||||||
#include "preferencesystem.h"
|
#include "preferencesystem.h"
|
||||||
#include "stringio.h"
|
#include "stringio.h"
|
||||||
|
|
||||||
#include <gdk/gdkdisplay.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -78,8 +78,6 @@ void Mouse_registerPreferencesPage(){
|
||||||
=========================================================
|
=========================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
inline const char* xmlAttr_getName( xmlAttrPtr attr ){
|
inline const char* xmlAttr_getName( xmlAttrPtr attr ){
|
||||||
return reinterpret_cast<const char*>( attr->name );
|
return reinterpret_cast<const char*>( attr->name );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
#include "windowobservers.h"
|
#include "windowobservers.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <gdk/gdkevents.h>
|
#include <gdk/gdk.h>
|
||||||
#include "generic/bitfield.h"
|
#include "generic/bitfield.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "windowobserver.h"
|
#include "windowobserver.h"
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include "math/vector.h"
|
#include "math/vector.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user