]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
don't assert when you window_find(0)/dockapp_find(0), just return 0
[chaz/openbox] / openbox / dock.c
index e78c2991c62cdbac8284fee8835c70cc5bf689cf..adf61e849888c524a3dbfce389a6e64fd82022bc 100644 (file)
@@ -651,7 +651,6 @@ void dock_get_area(Rect *a)
 
 ObDockApp* dock_find_dockapp(Window xwin)
 {
-    g_assert(xwin != None);
     GList *it;
     /* there are never that many dock apps, so we can use a list here instead
        of a hash table */
This page took 0.020476 seconds and 4 git commands to generate.