]> Dogcows Code - chaz/openbox/blobdiff - src/widgetbase.hh
include the all otk stuff into the openbox python module. rename widget.hh to stop...
[chaz/openbox] / src / widgetbase.hh
similarity index 91%
rename from src/widget.hh
rename to src/widgetbase.hh
index 85b9dcc597517544a8294224cf3cf0b6c6a78341..591f150dd8dc6e88e1b01edfd4bc3704af6abc76 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifndef   __obwidget_hh
-#define   __obwidget_hh
+#ifndef   __obwidgetbase_hh
+#define   __obwidgetbase_hh
 
 #include "python.hh"
 
@@ -8,7 +8,6 @@ namespace ob {
 
 class OBWidget {
 public:
-  // update the enum in openbox.i to match this one
   enum WidgetType {
     Type_Frame,
     Type_Titlebar,
@@ -69,4 +68,4 @@ public:
 
 }
 
-#endif // __obwidget_hh
+#endif // __obwidgetbase_hh
This page took 0.021773 seconds and 4 git commands to generate.