]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.c
don't assert when you window_find(0)/dockapp_find(0), just return 0
[chaz/openbox] / openbox / window.c
index f094602cbdb26c34428a4d6eeb5bb5c22263d200..e13638e0f640bad05bc08374fc42ee6e38979c67 100644 (file)
@@ -76,7 +76,6 @@ ObStackingLayer window_layer(ObWindow *self)
 
 ObWindow* window_find(Window xwin)
 {
-    g_assert(xwin != None);
     return g_hash_table_lookup(window_map, &xwin);
 }
 
This page took 0.021451 seconds and 4 git commands to generate.