]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.cc
set the gravity to center the dialog.
[chaz/openbox] / otk / eventdispatcher.cc
index 8c245ddeb3f00a24d517806ab82a8fbe46cc8b8f..0560eec8609e27b21c56233e5f53dad9a96a4e15 100644 (file)
@@ -1,18 +1,11 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif
+#include "config.h"
 
 #include "eventdispatcher.hh"
 #include "display.hh"
 
-extern "C" {
-#ifdef HAVE_STDIO_H
-#  include <stdio.h>
-#endif
-}
-
+#include <cstdio>
 #include <iostream>
 
 namespace otk {
This page took 0.024447 seconds and 4 git commands to generate.