]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
() -> (void)
[chaz/openbox] / openbox / mouse.c
index 071a23b2ecb5e146e003a415572d4ea88559eac8..0233ac386da1d3c8045bd022c30c10246cd87880 100644 (file)
@@ -45,7 +45,7 @@ typedef struct {
 
 /* Array of GSList*s of ObMouseBinding*s. */
 static GSList *bound_contexts[OB_FRAME_NUM_CONTEXTS];
-/* TRUE when we have a grab on the pointer and need to reply the pointer event
+/* TRUE when we have a grab on the pointer and need to replay the pointer event
    to send it to other applications */
 static gboolean replay_pointer_needed;
 
@@ -202,7 +202,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context,
     return TRUE;
 }
 
-void mouse_replay_pointer()
+void mouse_replay_pointer(void)
 {
     if (replay_pointer_needed) {
         /* replay the pointer event before any windows move */
This page took 0.024658 seconds and 4 git commands to generate.