]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
use const Rect* not Rect const*
[chaz/openbox] / openbox / keyboard.c
index 9b74c2848a3a2046edaa9b7e212cc9339402fda7..ad4e4f3c1d338ef0fe17bf7692c71e6cc3cd7ce3 100644 (file)
@@ -79,7 +79,7 @@ static void set_curpos(KeyBindingTree *newpos)
     if (curpos != NULL) {
         gchar *text = NULL;
         GList *it;
-        Rect const *a;
+        const Rect *a;
 
         for (it = curpos->keylist; it; it = g_list_next(it)) {
             gchar *oldtext = text;
This page took 0.022822 seconds and 4 git commands to generate.